1PERF-EVLIST(1) perf Manual PERF-EVLIST(1)
2
3
4
6 perf-evlist - List the event names in a perf.data file
7
9 perf evlist <options>
10
12 This command displays the names of events sampled in a perf.data file.
13
15 -i, --input=
16 Input file name. (default: perf.data unless stdin is a fifo)
17
18 -f, --force
19 Don’t complain, do it.
20
21 -F, --freq=
22 Show just the sample frequency used for each event.
23
24 -v, --verbose=
25 Show all fields.
26
27 -g, --group
28 Show event group information.
29
30 --trace-fields
31 Show tracepoint field names.
32
34 perf-record(1), perf-list(1), perf-report(1)
35
36
37
38perf 09/24/2019 PERF-EVLIST(1)