]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - tools/perf/Documentation/perf-evlist.txt
UBUNTU: Ubuntu-5.3.0-29.31
[mirror_ubuntu-eoan-kernel.git] / tools / perf / Documentation / perf-evlist.txt
CommitLineData
43adec95
ACM
1perf-evlist(1)
2==============
3
4NAME
5----
6perf-evlist - List the event names in a perf.data file
7
8SYNOPSIS
9--------
10[verse]
11'perf evlist <options>'
12
13DESCRIPTION
14-----------
15This command displays the names of events sampled in a perf.data file.
16
17OPTIONS
18-------
19-i::
20--input=::
efad1415 21 Input file name. (default: perf.data unless stdin is a fifo)
43adec95 22
deb368ac
SJ
23-f::
24--force::
25 Don't complain, do it.
26
26252ea6
ACM
27-F::
28--freq=::
29 Show just the sample frequency used for each event.
30
31-v::
32--verbose=::
33 Show all fields.
34
e6ab07d0
NK
35-g::
36--group::
37 Show event group information.
38
775d8a1b
NK
39--trace-fields::
40 Show tracepoint field names.
41
43adec95
ACM
42SEE ALSO
43--------
44linkperf:perf-record[1], linkperf:perf-list[1],
45linkperf:perf-report[1]