Message ID | 20200123160734.3775-4-james.clark@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | perf tools: Add support for some spe events and precise ip | expand |
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index db61f16ffa56..01eae9a0ff98 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -468,6 +468,16 @@ include::itrace.txt[] To disable decoding entirely, use --no-itrace. +--spe:: + Options for decoding arm-spe tracing data. The options are: + + l synthesize llc miss events + t synthesize tlb miss events + b synthesize branch miss events + r synthesize remote access events + + The default is all events i.e. the same as --spe=ltbr + --full-source-path:: Show the full path for source files for srcline output.