]> git.baikalelectronics.ru Git - kernel.git/commit
perf report: Don't abbreviate file paths relative to the cwd
authorDave Martin <dave.martin@linaro.org>
Tue, 27 Jul 2010 15:40:02 +0000 (16:40 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Jul 2010 14:39:04 +0000 (11:39 -0300)
commit0f5e65082e8b451fa766b932658071bf4ad6d140
tree75321c401c73da41ff4023547dbf17cede7ab294
parenta7f736a9e7d8a396c9db3db0977840a8bb7a71fd
perf report: Don't abbreviate file paths relative to the cwd

This avoids around some problems where the full path is executables and DSOs it
needed for finding debug symbols on platforms with separated debug symbol files
such as Ubuntu.  This is simpler than tracking an extra name for each image.

The only impact should be that paths in verbose output from the perf tools
become absolute, instead of relative to .

LKML-Reference: <new-submission>
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.c
tools/perf/util/map.c
tools/perf/util/map.h