]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/workqueue.c
workqueue: prepare for more tracepoints
authorTejun Heo <tj@kernel.org>
Tue, 5 Oct 2010 08:41:14 +0000 (10:41 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 5 Oct 2010 08:41:14 +0000 (10:41 +0200)
commit97bd234701b2b39a0e749c1fe0e44f1d14c94292
treefffbd48576c507f8a2e186ad0ebbf777aadf8bf0
parent09383498c5d35262e643bfdbae84826177a3c624
workqueue: prepare for more tracepoints

Define workqueue_work event class and use it for workqueue_execute_end
trace point.  Also, move trace/events/workqueue.h include downwards
such that all struct definitions are visible to it.  This is to
prepare for more tracepoints and doesn't cause any functional change.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
include/trace/events/workqueue.h
kernel/workqueue.c