Lines Matching full:workqueue
3 #define TRACE_SYSTEM workqueue
9 #include <linux/workqueue.h>
20 * delayed work is actually queued on a workqueue (ie: once the delay
33 __field( void *, workqueue)
41 __entry->workqueue = pwq->wq;
46 TP_printk("work struct=%p function=%ps workqueue=%p req_cpu=%u cpu=%u",
47 __entry->work, __entry->function, __entry->workqueue,
77 * workqueue_execute_start - called immediately before the workqueue callback
80 * Allows to track workqueue execution.
102 * workqueue_execute_end - called immediately after the workqueue callback
106 * Allows to track workqueue execution.