commit | d3d21c412d8525eb2e208d990ab5eee5fb0fe03d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Apr 09 10:53:46 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 09 11:50:54 2009 +0200 |
tree | af78c6ac0e8c6669a092adf911b01f23809d2128 | |
parent | 1ccd15497869f3ed83b5225d410df53a96e52757 [diff] |
perf_counter: log full path names Impact: fix perf-report output for /home mounted binaries, etc. dentry_path() only provide path-names up to the mount root, which is unsuited for out purpose, use d_path() instead. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> LKML-Reference: <20090409085524.601794134@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>