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, --freq=
19 Show just the sample frequency used for each event.
20
21 -v, --verbose=
22 Show all fields.
23
24 -g, --group
25 Show event group information.
26
27 --trace-fields
28 Show tracepoint field names.
29
31 perf-record(1), perf-list(1), perf-report(1)
32
33
34
35perf 06/18/2019 PERF-EVLIST(1)