aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-script.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Documentation/perf-script.txt')
-rw-r--r--tools/perf/Documentation/perf-script.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Documentation/perf-script.txt
index b73cf589c109..c64118a4de49 100644
--- a/tools/perf/Documentation/perf-script.txt
+++ b/tools/perf/Documentation/perf-script.txt
@@ -115,7 +115,21 @@ OPTIONS
115-f:: 115-f::
116--fields 116--fields
117 Comma separated list of fields to print. Options are: 117 Comma separated list of fields to print. Options are:
118 comm, tid, pid, time, cpu, event, trace 118 comm, tid, pid, time, cpu, event, trace, sym
119
120-k::
121--vmlinux=<file>::
122 vmlinux pathname
123
124--kallsyms=<file>::
125 kallsyms pathname
126
127--symfs=<directory>::
128 Look for files with symbols relative to this directory.
129
130-G::
131--hide-call-graph::
132 When printing symbols do not display call chain.
119 133
120SEE ALSO 134SEE ALSO
121-------- 135--------