perf record: Add support for mem access profiling
authorStephane Eranian <eranian@google.com>
Thu, 24 Jan 2013 15:10:37 +0000 (16:10 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Apr 2013 15:20:28 +0000 (12:20 -0300)
commitccf49bfc6bb1025788637417780e9f1eeae9fc37
treecb073af2905b57ca0738d00a9625150c30fb8188
parent98a3b32c99ada4bca8aaf4f91efd96fc906dd5c4
perf record: Add support for mem access profiling

We use the -W option to obtain the cost of the memory accesses.

Data address sampling is obtained via the -d option.

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-14-git-send-email-eranian@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.c