perf tools: Add support to dynamically get cacheline size
[deliverable/linux.git] / tools / perf / Documentation / perf-report.txt
CommitLineData
0bec253c 1perf-report(1)
c1c2365a 2==============
0bec253c
IM
3
4NAME
5----
23ac9cbe 6perf-report - Read perf.data (created by perf record) and display the profile
0bec253c
IM
7
8SYNOPSIS
9--------
10[verse]
11'perf report' [-i <file> | --input=file]
12
13DESCRIPTION
14-----------
15This command displays the performance counter profile information recorded
b0a28589 16via perf record.
0bec253c
IM
17
18OPTIONS
19-------
20-i::
21--input=::
efad1415 22 Input file name. (default: perf.data unless stdin is a fifo)
e04fffc3
SB
23
24-v::
25--verbose::
26 Be more verbose. (show symbol address, etc)
27
ca2b900f
ZT
28-n::
29--show-nr-samples::
e3d7e183 30 Show the number of samples for each symbol
e04fffc3
SB
31
32--showcpuutilization::
33 Show sample percentage for different cpu modes.
34
ca2b900f
ZT
35-T::
36--threads::
8d513270 37 Show per-thread event counters
c8e66720 38-c::
cc8b88b1
ACM
39--comms=::
40 Only consider symbols in these comms. CSV that understands
f2148330
NK
41 file://filename entries. This option will affect the percentage of
42 the overhead column. See --percentage for more info.
43-d::
44--dsos=::
45 Only consider symbols in these dsos. CSV that understands
46 file://filename entries. This option will affect the percentage of
47 the overhead column. See --percentage for more info.
7bec7a91
ACM
48-S::
49--symbols=::
50 Only consider these symbols. CSV that understands
f2148330
NK
51 file://filename entries. This option will affect the percentage of
52 the overhead column. See --percentage for more info.
0bec253c 53
fde0eeab
NK
54--symbol-filter=::
55 Only show symbols that match (partially) with this filter.
56
e04fffc3
SB
57-U::
58--hide-unresolved::
59 Only display entries resolved to a symbol.
60
c351c281
ACM
61-s::
62--sort=::
9811360e
NK
63 Sort histogram entries by given key(s) - multiple keys can be specified
64 in CSV format. Following sort keys are available:
05484298 65 pid, comm, dso, symbol, parent, cpu, srcline, weight, local_weight.
9811360e
NK
66
67 Each key has following meaning:
68
69 - comm: command (name) of the task which can be read via /proc/<pid>/comm
70 - pid: command and tid of the task
71 - dso: name of library or module executed at the time of sample
72 - symbol: name of function executed at the time of sample
73 - parent: name of function matched to the parent regex filter. Unmatched
74 entries are displayed as "[other]".
75 - cpu: cpu number the task ran at the time of sample
76 - srcline: filename and line number executed at the time of sample. The
f5d05bce 77 DWARF debugging info must be provided.
475eeab9
AK
78 - weight: Event specific weight, e.g. memory latency or transaction
79 abort cost. This is the global weight.
80 - local_weight: Local weight version of the weight above.
81 - transaction: Transaction abort flags.
a2ce067e
NK
82 - overhead: Overhead percentage of sample
83 - overhead_sys: Overhead percentage of sample running in system mode
84 - overhead_us: Overhead percentage of sample running in user mode
85 - overhead_guest_sys: Overhead percentage of sample running in system mode
86 on guest machine
87 - overhead_guest_us: Overhead percentage of sample running in user mode on
88 guest machine
89 - sample: Number of sample
90 - period: Raw number of event count of sample
9811360e
NK
91
92 By default, comm, dso and symbol keys are used.
93 (i.e. --sort comm,dso,symbol)
94
95 If --branch-stack option is used, following sort keys are also
96 available:
97 dso_from, dso_to, symbol_from, symbol_to, mispredict.
98
99 - dso_from: name of library or module branched from
100 - dso_to: name of library or module branched to
101 - symbol_from: name of function branched from
102 - symbol_to: name of function branched to
103 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
f5d05bce
AK
104 - in_tx: branch in TSX transaction
105 - abort: TSX transaction abort.
9811360e
NK
106
107 And default sort keys are changed to comm, dso_from, symbol_from, dso_to
108 and symbol_to, see '--branch-stack'.
c351c281 109
a7d945bc
NK
110-F::
111--fields=::
112 Specify output field - multiple keys can be specified in CSV format.
113 Following fields are available:
793aaaab 114 overhead, overhead_sys, overhead_us, overhead_children, sample and period.
a7d945bc
NK
115 Also it can contain any sort key(s).
116
117 By default, every sort keys not specified in -F will be appended
118 automatically.
119
75e906c9
DZ
120 If --mem-mode option is used, following sort keys are also available
121 (incompatible with --branch-stack):
122 symbol_daddr, dso_daddr, locked, tlb, mem, snoop.
123
124 - symbol_daddr: name of data symbol being executed on at the time of sample
125 - dso_daddr: name of library or module containing the data being executed
126 on at the time of sample
127 - locked: whether the bus was locked at the time of sample
128 - tlb: type of tlb access for the data at the time of sample
129 - mem: type of memory access for the data at the time of sample
130 - snoop: type of snoop (if any) for the data at the time of sample
131
132 And default sort keys are changed to local_weight, mem, sym, dso,
133 symbol_daddr, dso_daddr, snoop, tlb, locked, see '--mem-mode'.
134
e04fffc3
SB
135-p::
136--parent=<regex>::
9811360e
NK
137 A regex filter to identify parent. The parent is a caller of this
138 function and searched through the callchain, thus it requires callchain
139 information recorded. The pattern is in the exteneded regex format and
140 defaults to "\^sys_|^do_page_fault", see '--sort parent'.
e04fffc3
SB
141
142-x::
143--exclude-other::
144 Only display entries with parent-match.
145
52d422de 146-w::
e04fffc3 147--column-widths=<width[,width...]>::
52d422de
ACM
148 Force each column width to the provided list, for large terminal
149 readability.
150
151-t::
152--field-separator=::
52d422de 153 Use a special separator character and don't pad with spaces, replacing
e04fffc3 154 all occurrences of this separator in symbol names (and other output)
52d422de
ACM
155 with a '.' character, that thus it's the only non valid separator.
156
e04fffc3
SB
157-D::
158--dump-raw-trace::
159 Dump raw trace in ASCII.
160
99571ab3 161-g [type,min[,limit],order[,key]]::
ec7ba4ea 162--call-graph::
6581f6e3
NK
163 Display call chains using type, min percent threshold, optional print
164 limit and order.
ec7ba4ea 165 type can be either:
e04fffc3 166 - flat: single column, linear exposure of call chains.
ec7ba4ea
FW
167 - graph: use a graph tree, displaying absolute overhead rates.
168 - fractal: like graph, but displays relative rates. Each branch of
169 the tree is considered as a new profiled object. +
d797fdc5
SL
170
171 order can be either:
172 - callee: callee based call graph.
173 - caller: inverted caller based call graph.
174
99571ab3
AK
175 key can be:
176 - function: compare on functions
177 - address: compare on individual code addresses
178
179 Default: fractal,0.5,callee,function.
d797fdc5 180
793aaaab
NK
181--children::
182 Accumulate callchain of children to parent entry so that then can
183 show up in the output. The output will have a new "Children" column
184 and will be sorted on the data. It requires callchains are recorded.
185
91e95617
WL
186--max-stack::
187 Set the stack depth limit when parsing the callchain, anything
188 beyond the specified depth will be ignored. This is a trade-off
189 between information loss and faster processing especially for
190 workloads that can have a very long callchain stack.
191
192 Default: 127
193
d797fdc5
SL
194-G::
195--inverted::
196 alias for inverted caller based call graph.
ec7ba4ea 197
b21484f1
GP
198--ignore-callees=<regex>::
199 Ignore callees of the function(s) matching the given regex.
200 This has the effect of collecting the callers of each such
201 function into one place in the call-graph tree.
202
e04fffc3
SB
203--pretty=<key>::
204 Pretty printing style. key: normal, raw
205
8b9e74eb
ACM
206--stdio:: Use the stdio interface.
207
208--tui:: Use the TUI interface, that is integrated with annotate and allows
209 zooming into DSOs or threads, among other features. Use of --tui
210 requires a tty, if one is not present, as when piping to other
211 commands, the stdio interface is used.
212
c31a9457
PE
213--gtk:: Use the GTK2 interface.
214
e04fffc3
SB
215-k::
216--vmlinux=<file>::
217 vmlinux pathname
218
b226a5a7
DA
219--kallsyms=<file>::
220 kallsyms pathname
221
e04fffc3
SB
222-m::
223--modules::
224 Load module symbols. WARNING: This should only be used with -k and
225 a LIVE kernel.
226
227-f::
228--force::
229 Don't complain, do it.
230
ec5761ea
DA
231--symfs=<directory>::
232 Look for files with symbols relative to this directory.
233
c8e66720 234-C::
5d67be97
AB
235--cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
236 be provided as a comma-separated list with no space: 0,1. Ranges of
237 CPUs are specified with -: 0-2. Default is to report samples on all
238 CPUs.
239
f69b64f7
AK
240-M::
241--disassembler-style=:: Set disassembler style for objdump.
242
64c6f0c7
ACM
243--source::
244 Interleave source code with assembly code. Enabled by default,
245 disable with --no-source.
246
247--asm-raw::
248 Show raw instruction encoding of assembly instructions.
249
3f2728bd
ACM
250--show-total-period:: Show a column with the sum of periods.
251
fbe96f29
SE
252-I::
253--show-info::
254 Display extended information about the perf.data file. This adds
255 information which may be very large and thus may clutter the display.
256 It currently includes: cpu and numa topology of the host system.
257
b50311dc
RAV
258-b::
259--branch-stack::
260 Use the addresses of sampled taken branches instead of the instruction
261 address to build the histograms. To generate meaningful output, the
993ac88d
SE
262 perf.data file must have been obtained using perf record -b or
263 perf record --branch-filter xxx where xxx is a branch filter option.
264 perf report is able to auto-detect whether a perf.data file contains
265 branch stacks and it will automatically switch to the branch view mode,
266 unless --no-branch-stack is used.
b50311dc 267
7a4ec938
MB
268--objdump=<path>::
269 Path to objdump binary.
270
01d14f16
NK
271--group::
272 Show event group information together.
273
328ccdac
NK
274--demangle::
275 Demangle symbol names to human readable form. It's enabled by default,
276 disable with --no-demangle.
277
75e906c9
DZ
278--mem-mode::
279 Use the data addresses of samples in addition to instruction addresses
280 to build the histograms. To generate meaningful output, the perf.data
281 file must have been obtained using perf record -d -W and using a
282 special event -e cpu/mem-loads/ or -e cpu/mem-stores/. See
283 'perf mem' for simpler access.
284
064f1981
NK
285--percent-limit::
286 Do not show entries which have an overhead under that percent.
287 (Default: 0).
288
f2148330
NK
289--percentage::
290 Determine how to display the overhead percentage of filtered entries.
291 Filters can be applied by --comms, --dsos and/or --symbols options and
292 Zoom operations on the TUI (thread, dso, etc).
293
294 "relative" means it's relative to filtered entries only so that the
295 sum of shown entries will be always 100%. "absolute" means it retains
296 the original value before and after the filter is applied.
297
5cfe2c82
JO
298--header::
299 Show header information in the perf.data file. This includes
300 various information like hostname, OS and perf version, cpu/mem
301 info, perf command line, event list and so on. Currently only
302 --stdio output supports this feature.
303
304--header-only::
305 Show only perf.data header (forces --stdio).
306
0bec253c
IM
307SEE ALSO
308--------
64c6f0c7 309linkperf:perf-stat[1], linkperf:perf-annotate[1]
This page took 0.441894 seconds and 5 git commands to generate.