Called when a work gets activated
void trace_workqueue_activate_work(struct work_struct * work);
work
pointer to struct work_struct
This event occurs when a queued work is put on the active queue, which happens immediately after queueing unless max_active limit is reached.