perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Sat, 28 May 2016 15:15:37 +0000 (00:15 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 30 May 2016 16:15:03 +0000 (13:15 -0300)
commit01412261d99497021353c4b1d67e8df6c9cdc3c6
tree5c4402acae1302df82e146809e3193459b338556
parent4e4b6c0668dcd907a36d281802beafa96c916548
perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid

Use path/to/bin/buildid/elf instead of path/to/bin/buildid
to store corresponding elf binary.
This also stores vdso in buildid/vdso, kallsyms in buildid/kallsyms.

Note that the existing caches are not updated until user adds
or updates the cache. Anyway, if there is the old style build-id
cache it falls back to use it. (IOW, it is backward compatible)

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
Cc: Brendan Gregg <brendan.d.gregg@gmail.com>
Cc: Hemant Kumar <hemant@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20160528151537.16098.85815.stgit@devbox
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/build-id.c
tools/perf/util/build-id.h
tools/perf/util/dso.h
tools/perf/util/symbol.c
This page took 0.025502 seconds and 5 git commands to generate.