perf_counter: log full path names
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 9 Apr 2009 08:53:46 +0000 (10:53 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Apr 2009 09:50:54 +0000 (11:50 +0200)
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>

No differences found