perf record: Add --buildid-all option
authorNamhyung Kim <namhyung@kernel.org>
Mon, 11 Jan 2016 13:37:09 +0000 (22:37 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Jan 2016 15:42:07 +0000 (12:42 -0300)
commit6156681b73f2fffe56493e9a50518c0cbfcd8ba3
tree5bdbc06f4e1f6fb6361a80e7f195c9212f1c5162
parent24b1e5d7f552eb6da430d5264d671ba45d634804
perf record: Add --buildid-all option

The --buildid-all option is to record build-id of all DSOs in the file.
It might be very costly to postprocess samples to find which DSO hits.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1452519429-31779-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-record.txt
tools/perf/builtin-record.c