perf tools: Add support for PERF_SAMPLE_IDENTIFIER
authorAdrian Hunter <[email protected]>
Tue, 27 Aug 2013 08:23:09 +0000 (11:23 +0300)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 29 Aug 2013 19:09:31 +0000 (16:09 -0300)
commit75562573bab35b129cfd342fc2bcf89da84a6644
treeb7dfa219d1a73560ce95639b7291f377645497ba
parentfaf967068e8c4d8df52f01f9361241101b3065a0
perf tools: Add support for PERF_SAMPLE_IDENTIFIER

Enable parsing of samples with sample format bit PERF_SAMPLE_IDENTIFIER.
In addition, if the kernel supports it, prefer it to selecting
PERF_SAMPLE_ID thereby allowing non-matching sample types.

Signed-off-by: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-report.c
tools/perf/tests/mmap-basic.c
tools/perf/util/event.h
tools/perf/util/evlist.c
tools/perf/util/evlist.h
tools/perf/util/evsel.c
tools/perf/util/evsel.h
tools/perf/util/record.c
tools/perf/util/session.c