]> asedeno.scripts.mit.edu Git - linux.git/commit
perf report: Add support for mem access profiling
authorStephane Eranian <eranian@google.com>
Thu, 24 Jan 2013 15:10:36 +0000 (16:10 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Apr 2013 15:21:28 +0000 (12:21 -0300)
commitf4f7e28d0e813ddb997f49ae718ddf98db972292
tree63a5341eff8d5147909ad7bcbf80a07a0a5fe098
parentccf49bfc6bb1025788637417780e9f1eeae9fc37
perf report: Add support for mem access profiling

This patch adds the --mem-mode option to perf report.

This mode requires a perf.data file created with memory access samples.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1359040242-8269-13-git-send-email-eranian@google.com
[ Removed duplicates in the --sort help, man page needs updating,
  Fixed minor conflict with 328ccda "perf report: Add --no-demangle option" ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c