summaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/itrace.txt
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2020-11-06 12:48:50 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2020-11-11 18:24:51 +0300
commit014a771c7867fda5b40a95e1c7bc1aa5ac704c91 (patch)
tree00d3f7d25c0250be311d70d5cd35dcadccdba3ba /tools/perf/Documentation/itrace.txt
parent436cce00710a3f234ab6b735b5980256e773d388 (diff)
downloadlinux-014a771c7867fda5b40a95e1c7bc1aa5ac704c91.tar.xz
perf auxtrace: Add itrace option '-M' for memory events
This patch is to add itrace option '-M' to synthesize memory event. Signed-off-by: Leo Yan <leo.yan@linaro.org> Acked-by: Jiri Olsa <jolsa@redhat.com> Link: https://lore.kernel.org/r/20201106094853.21082-7-leo.yan@linaro.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/itrace.txt')
-rw-r--r--tools/perf/Documentation/itrace.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Documentation/itrace.txt b/tools/perf/Documentation/itrace.txt
index d3740c8f399b..079cdfabb352 100644
--- a/tools/perf/Documentation/itrace.txt
+++ b/tools/perf/Documentation/itrace.txt
@@ -11,6 +11,7 @@
d create a debug log
f synthesize first level cache events
m synthesize last level cache events
+ M synthesize memory events
t synthesize TLB events
a synthesize remote access events
g synthesize a call chain (use with i or x)