Skip to content
Snippets Groups Projects
Commit 628d736d authored by Ian Rogers's avatar Ian Rogers Committed by Arnaldo Carvalho de Melo
Browse files

perf script: add -S/--symbols documentation


Capture both that this option exists and that symbols can be hexadecimal
addresses.

Signed-off-by: default avatarIan Rogers <irogers@google.com>
Suggested-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20200402174130.140319-1-irogers@google.com


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 8ed1faf0
Branches
No related tags found
No related merge requests found
...@@ -412,6 +412,14 @@ include::itrace.txt[] ...@@ -412,6 +412,14 @@ include::itrace.txt[]
--xed:: --xed::
Run xed disassembler on output. Requires installing the xed disassembler. Run xed disassembler on output. Requires installing the xed disassembler.
-S::
--symbols=symbol[,symbol...]::
Only consider the listed symbols. Symbols are typically a name
but they may also be hexadecimal address.
For example, to select the symbol noploop or the address 0x4007a0:
perf script --symbols=noploop,0x4007a0
--call-trace:: --call-trace::
Show call stream for intel_pt traces. The CPUs are interleaved, but Show call stream for intel_pt traces. The CPUs are interleaved, but
can be filtered with -C. can be filtered with -C.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment