perf-script.txt (7e66eaf14e19c032433be7c4df3c892fa2a5282f) perf-script.txt (fbe96f29ce4b33e0a22219cc7f5996d9157717e3)
1perf-script(1)
2=============
3
4NAME
5----
6perf-script - Read perf.data (created by perf record) and display trace output
7
8SYNOPSIS

--- 174 unchanged lines hidden (view full) ---

183 When printing symbols do not display call chain.
184
185-c::
186--cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
187 be provided as a comma-separated list with no space: 0,1. Ranges of
188 CPUs are specified with -: 0-2. Default is to report samples on all
189 CPUs.
190
1perf-script(1)
2=============
3
4NAME
5----
6perf-script - Read perf.data (created by perf record) and display trace output
7
8SYNOPSIS

--- 174 unchanged lines hidden (view full) ---

183 When printing symbols do not display call chain.
184
185-c::
186--cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
187 be provided as a comma-separated list with no space: 0,1. Ranges of
188 CPUs are specified with -: 0-2. Default is to report samples on all
189 CPUs.
190
191-I::
192--show-info::
193 Display extended information about the perf.data file. This adds
194 information which may be very large and thus may clutter the display.
195 It currently includes: cpu and numa topology of the host system.
196 It can only be used with the perf script report mode.
197
191SEE ALSO
192--------
193linkperf:perf-record[1], linkperf:perf-script-perl[1],
194linkperf:perf-script-python[1]
198SEE ALSO
199--------
200linkperf:perf-record[1], linkperf:perf-script-perl[1],
201linkperf:perf-script-python[1]