commit | 97bd234701b2b39a0e749c1fe0e44f1d14c94292 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Oct 05 10:41:14 2010 +0200 |
committer | Tejun Heo <tj@kernel.org> | Tue Oct 05 10:41:14 2010 +0200 |
tree | fffbd48576c507f8a2e186ad0ebbf777aadf8bf0 | |
parent | 09383498c5d35262e643bfdbae84826177a3c624 [diff] |
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>