trace_workqueue_execute_start (9) Linux Manual Page
trace_workqueue_execute_start – called immediately before the workqueue callback
Synopsis
void trace_workqueue_execute_start(struct work_struct *work);
Arguments
work
-
- pointer to struct work_struct
Description
Allows to track workqueue execution.
Authors
Jason Baron <jbaron [at] redhat.com>
- Author.
William Cohen <wcohen [at] redhat.com>
- Author.
