|
@@ -25,6 +25,8 @@ DECLARE_EVENT_CLASS(workqueue_work,
|
|
TP_printk("work struct %p", __entry->work)
|
|
TP_printk("work struct %p", __entry->work)
|
|
);
|
|
);
|
|
|
|
|
|
|
|
+struct pool_workqueue;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* workqueue_queue_work - called when a work gets queued
|
|
* workqueue_queue_work - called when a work gets queued
|
|
* @req_cpu: the requested cpu
|
|
* @req_cpu: the requested cpu
|