6 perf-report - Read perf.data (created by perf record) and display the profile
11 'perf report' [-i <file> | --input=file]
15 This command displays the performance counter profile information recorded
22 Input file name. (default: perf.data)
26 Be more verbose. (show symbol address, etc)
30 Only consider symbols in these dsos. CSV that understands
31 file://filename entries.
34 Show the number of samples for each symbol
36 --showcpuutilization::
37 Show sample percentage for different cpu modes.
41 Show per-thread event counters
44 Only consider symbols in these comms. CSV that understands
45 file://filename entries.
48 Only consider these symbols. CSV that understands
49 file://filename entries.
53 Only display entries resolved to a symbol.
57 Sort by key(s): pid, comm, dso, symbol, parent.
61 regex filter to identify parent, see: '--sort parent'
65 Only display entries with parent-match.
68 --column-widths=<width[,width...]>::
69 Force each column width to the provided list, for large terminal
75 Use a special separator character and don't pad with spaces, replacing
76 all occurrences of this separator in symbol names (and other output)
77 with a '.' character, that thus it's the only non valid separator.
81 Dump raw trace in ASCII.
85 Display call chains using type, min percent threshold and order.
87 - flat: single column, linear exposure of call chains.
88 - graph: use a graph tree, displaying absolute overhead rates.
89 - fractal: like graph, but displays relative rates. Each branch of
90 the tree is considered as a new profiled object. +
93 - callee: callee based call graph.
94 - caller: inverted caller based call graph.
96 Default: fractal,0.5,callee.
100 alias for inverted caller based call graph.
103 Pretty printing style. key: normal, raw
105 --stdio:: Use the stdio interface.
107 --tui:: Use the TUI interface, that is integrated with annotate and allows
108 zooming into DSOs or threads, among other features. Use of --tui
109 requires a tty, if one is not present, as when piping to other
110 commands, the stdio interface is used.
121 Load module symbols. WARNING: This should only be used with -k and
126 Don't complain, do it.
128 --symfs=<directory>::
129 Look for files with symbols relative to this directory.
132 --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
133 be provided as a comma-separated list with no space: 0,1. Ranges of
134 CPUs are specified with -: 0-2. Default is to report samples on all
138 --disassembler-style=:: Set disassembler style for objdump.
141 Interleave source code with assembly code. Enabled by default,
142 disable with --no-source.
145 Show raw instruction encoding of assembly instructions.
147 --show-total-period:: Show a column with the sum of periods.
151 Display extended information about the perf.data file. This adds
152 information which may be very large and thus may clutter the display.
153 It currently includes: cpu and numa topology of the host system.
157 linkperf:perf-stat[1], linkperf:perf-annotate[1]