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)
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>

No differences found