Re: [PATCH] workqueue: add function in event of workqueue_activate_work

2024-03-07 Thread Kassey Li
On 2024/3/8 9:50, Steven Rostedt wrote: On Fri, 8 Mar 2024 09:09:29 +0800 Kassey Li wrote: The trace event "workqueue_activate_work" only print work struct. However, function is the region of interest in a full sequence of work. Current workqueue_activate_work trace event output:

Re: [PATCH] workqueue: add function in event of workqueue_activate_work

2024-03-07 Thread Steven Rostedt
On Fri, 8 Mar 2024 09:09:29 +0800 Kassey Li wrote: > The trace event "workqueue_activate_work" only print work struct. > However, function is the region of interest in a full sequence of work. > Current workqueue_activate_work trace event output: > > workqueue_activate_work: work struct

[PATCH] workqueue: add function in event of workqueue_activate_work

2024-03-07 Thread Kassey Li
The trace event "workqueue_activate_work" only print work struct. However, function is the region of interest in a full sequence of work. Current workqueue_activate_work trace event output: workqueue_activate_work: work struct ff88b4a0f450 With this change, workqueue_activate_work will