Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / Documentation / perf-evlist.txt
blob9af8b8dfb7b60efb9491044ba8ded317a3f109eb
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]