Skip to content
Commit 7bf9c4a8 authored by Zqiang's avatar Zqiang Committed by Tejun Heo
Browse files

workqueue: tracing the name of the workqueue instead of it's address



This patch tracing workqueue name instead of it's address, the
new format is as follows.

workqueue_queue_work: work struct=0000000084e3df56 function=
drm_fb_helper_dirty_work workqueue=events req_cpu=256 cpu=1

This tell us to know which workqueue our work is queued.

Signed-off-by: default avatarZqiang <qiang.zhang@windriver.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 93e86295
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment