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)
commit361d13462585474267a0c41e956f1a1c19a93f17
tree75321c401c73da41ff4023547dbf17cede7ab294
parent0f0cbf7aa3d3460a3eb201a772326739a0c0210a
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