Called immediately before the workqueue callback
void trace_workqueue_execute_start(struct work_struct * work);
work
pointer to struct work_struct
Allows to track workqueue execution.
Jason Baron <[email protected]>
Author.
William Cohen <[email protected]>