1. NAME

trace_workqueue_activate_work - called when a work gets activated

2. SYNOPSIS

void trace_workqueue_activate_work(struct work_struct *  work );

3. ARGUMENTS

work
    pointer to struct work_struct

4. DESCRIPTION

This event occurs when a queued work is put on the active queue, which happens immediately after queueing unless max_active limit is reached.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT