From: Peter Zijlstra Date: Thu, 9 Apr 2009 08:53:46 +0000 (+0200) Subject: perf_counter: log full path names X-Git-Tag: v2.6.31-rc1~383^2~370 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d21c412d8525eb2e208d990ab5eee5fb0fe03d;p=pandora-kernel.git 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 Cc: Paul Mackerras Cc: Corey Ashford LKML-Reference: <20090409085524.601794134@chello.nl> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed