diff options
| author | Kassey Li <[email protected]> | 2024-03-08 02:18:18 +0000 |
|---|---|---|
| committer | Tejun Heo <[email protected]> | 2024-03-25 19:28:52 +0000 |
| commit | d6a7bbdde67227127e5e33fb9500bcc4abc40fb3 (patch) | |
| tree | 22d332e31a242f1903f4df03c9e9c71b2bd84159 /arch/powerpc/lib/code-patching.c | |
| parent | workqueue: Cleanup subsys attribute registration (diff) | |
| download | kernel-d6a7bbdde67227127e5e33fb9500bcc4abc40fb3.tar.gz kernel-d6a7bbdde67227127e5e33fb9500bcc4abc40fb3.zip | |
workqueue: add function in event of workqueue_activate_work
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 ffffff88b4a0f450
With this change, workqueue_activate_work will print the function name,
align with workqueue_queue_work/execute_start/execute_end event.
workqueue_activate_work: work struct ffffff80413a78b8 function=vmstat_update
Signed-off-by: Kassey Li <[email protected]>
Reviewed-by: Steven Rostedt (Google) <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions
