perf tools: Use fallback for sample_addr_correlates_sym() cases
[linux/fpc-iii.git] / tools / perf / Documentation / perf-evlist.txt
blobc0a66400a960d68cbf73690f608867f648d79797
1 perf-evlist(1)
2 ==============
4 NAME
5 ----
6 perf-evlist - List the event names in a perf.data file
8 SYNOPSIS
9 --------
10 [verse]
11 'perf evlist <options>'
13 DESCRIPTION
14 -----------
15 This command displays the names of events sampled in a perf.data file.
17 OPTIONS
18 -------
19 -i::
20 --input=::
21         Input file name. (default: perf.data unless stdin is a fifo)
23 -f::
24 --force::
25         Don't complain, do it.
27 -F::
28 --freq=::
29         Show just the sample frequency used for each event.
31 -v::
32 --verbose=::
33         Show all fields.
35 -g::
36 --group::
37         Show event group information.
39 --trace-fields::
40         Show tracepoint field names.
42 SEE ALSO
43 --------
44 linkperf:perf-record[1], linkperf:perf-list[1],
45 linkperf:perf-report[1]