trace_workqueue_execute_end (9) Linux Manual Page
trace_workqueue_execute_end – called immediately after the workqueue callback
Synopsis
void trace_workqueue_execute_end(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.
