Lines Matching +full:input +full:- +full:style
1 perf-annotate(1)
5 ----
6 perf-annotate - Read perf.data (created by perf record) and display annotated code
9 --------
11 'perf annotate' [-i <file> | --input=file] [symbol_name]
14 -----------
15 This command reads the input file and displays an annotated version of the
22 -------
23 -i::
24 --input=<file>::
25 Input file name. (default: perf.data unless stdin is a fifo)
27 -d::
28 --dsos=<dso[,dso...]>::
30 -s::
31 --symbol=<symbol>::
34 -f::
35 --force::
38 -v::
39 --verbose::
42 -q::
43 --quiet::
44 Do not show any message. (Suppress -v)
46 -n::
47 --show-nr-samples::
50 -D::
51 --dump-raw-trace::
54 -k::
55 --vmlinux=<file>::
58 --ignore-vmlinux::
61 -m::
62 --modules::
63 Load module symbols. WARNING: use only with -k and LIVE kernel.
65 -l::
66 --print-line::
69 -P::
70 --full-paths::
73 --stdio:: Use the stdio interface.
75 --stdio2:: Use the stdio2 interface, non-interactive, uses the TUI formatting.
77 --stdio-color=<mode>::
80 Use '--stdio-color always' to generate color even when redirecting
81 to a pipe or file. Using just '--stdio-color' is equivalent to
84 --tui:: Use the TUI interface. Use of --tui requires a tty, if one is not
89 --gtk:: Use the GTK interface.
91 -C::
92 --cpu=<cpu>:: Only report samples for the list of CPUs provided. Multiple CPUs can
93 be provided as a comma-separated list with no space: 0,1. Ranges of
94 CPUs are specified with -: 0-2. Default is to report samples on all
97 --asm-raw::
100 --show-total-period:: Show a column with the sum of periods.
102 --source::
104 disable with --no-source.
106 --symfs=<directory>::
109 -M::
110 --disassembler-style=:: Set disassembler style for objdump.
112 --objdump=<path>::
115 --prefix=PREFIX::
116 --prefix-strip=N::
121 --skip-missing::
124 --group::
127 --percent-type::
129 global-period, local-period, global-hits, local-hits
134 on - the samples period or the number of samples (hits).
137 --------
138 linkperf:perf-record[1], linkperf:perf-report[1]