From: Kan Liang <[email protected]> The patch series is to support PERF_SAMPLE_PHYS_ADDR in user perf tool. The kernel patch can be found here. http://www.mail-archive.com/[email protected]/msg1472034.html
Kan Liang (5): perf tools: add option to record sample physical address perf tools: add sort option phys_daddr perf mem: support physical address perf script: support physical addresses perf test: add test case for PERF_SAMPLE_PHYS_ADDR tools/include/uapi/linux/perf_event.h | 4 +- tools/perf/Documentation/perf-mem.txt | 4 ++ tools/perf/Documentation/perf-record.txt | 6 +- tools/perf/Documentation/perf-report.txt | 1 + tools/perf/Documentation/perf-script.txt | 2 +- tools/perf/builtin-mem.c | 97 +++++++++++++++++++++++--------- tools/perf/builtin-record.c | 9 +++ tools/perf/builtin-script.c | 21 ++++++- tools/perf/perf.h | 1 + tools/perf/tests/sample-parsing.c | 6 +- tools/perf/util/event.h | 1 + tools/perf/util/evsel.c | 17 ++++++ tools/perf/util/hist.c | 3 + tools/perf/util/hist.h | 1 + tools/perf/util/machine.c | 7 ++- tools/perf/util/session.c | 3 + tools/perf/util/sort.c | 42 ++++++++++++++ tools/perf/util/sort.h | 1 + tools/perf/util/symbol.h | 1 + 19 files changed, 193 insertions(+), 34 deletions(-) -- 2.4.3

