commit | c3a468915a384c0015263edd9b7263775599a323 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | Wed Mar 12 08:05:33 2014 +0000 |
committer | Chris Mason <clm@fb.com> | Thu Mar 20 17:15:28 2014 -0700 |
tree | 433ed892fc1733ddb28bf1bf2ac61bdac5b42398 | |
parent | f094c9bd3e12ee83e91f4249b600d4d2ac0a4738 [diff] |
btrfs: Add trace for btrfs_workqueue alloc/destroy Since most of the btrfs_workqueue is printed as pointer address, for easier analysis, add trace for btrfs_workqueue alloc/destroy. So it is possible to determine the workqueue that a given work belongs to(by comparing the wq pointer address with alloc trace event). Signed-off-by: Qu Wenruo <quenruo@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>