android_kernel_samsung_msm8976/tools/perf/Documentation
Stephane Eranian 028f12ee6b perf tools: Add new mem command for memory access profiling
This new command is a wrapper on top of perf record and perf report to
make it easier to configure for memory access profiling.

To record loads:
$ perf mem -t load rec .....

To record stores:
$ perf mem -t store rec .....

To get the report:
$ perf mem -t load rep

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-15-git-send-email-eranian@google.com
[ Fixed minor conflict with 66857b5 "Sort command-list.txt alphabetically" ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-04-01 12:21:44 -03:00
..
android.txt
asciidoc.conf
examples.txt
jit-interface.txt
Makefile
manpage-1.72.xsl
manpage-base.xsl
manpage-bold-literal.xsl
manpage-normal.xsl
manpage-suppress-sp.xsl
perf-annotate.txt perf annotate: Add basic support to event group view 2013-03-15 13:06:05 -03:00
perf-archive.txt
perf-bench.txt
perf-buildid-cache.txt perf buildid-cache: Add --update option 2013-02-14 14:59:27 -03:00
perf-buildid-list.txt
perf-diff.txt
perf-evlist.txt perf evlist: Add --group option 2013-01-31 13:07:49 -03:00
perf-help.txt
perf-inject.txt
perf-kmem.txt
perf-kvm.txt
perf-list.txt
perf-lock.txt
perf-mem.txt perf tools: Add new mem command for memory access profiling 2013-04-01 12:21:44 -03:00
perf-probe.txt
perf-record.txt perf tools: Add support for weight v7 (modified) 2013-04-01 12:19:43 -03:00
perf-report.txt perf tools: Add support for weight v7 (modified) 2013-04-01 12:19:43 -03:00
perf-sched.txt
perf-script-perl.txt
perf-script-python.txt
perf-script.txt
perf-stat.txt perf stat: Add per-core aggregation 2013-03-25 16:13:26 -03:00
perf-test.txt perf test: Allow skipping tests 2013-01-24 16:40:53 -03:00
perf-timechart.txt
perf-top.txt perf tools: Add support for weight v7 (modified) 2013-04-01 12:19:43 -03:00
perf-trace.txt
perf.txt
perfconfig.example