TRACE_WORKQUEUE_EXEC

Section: Workqueue (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

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@redhat.com>

Author.

William Cohen <wcohen@redhat.com>

Author.
 

COPYRIGHT