blob: 6f7200fb85cf2e509d8d17bc5c3ff7ed6d7a7331 [file] [log] [blame]
Arnaldo Carvalho de Melo43adec92011-03-15 11:04:13 -03001perf-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=::
Robert Richterefad1412011-12-07 10:02:54 +010021 Input file name. (default: perf.data unless stdin is a fifo)
Arnaldo Carvalho de Melo43adec92011-03-15 11:04:13 -030022
Arnaldo Carvalho de Melo26252ea2012-05-22 14:30:11 -030023-F::
24--freq=::
25 Show just the sample frequency used for each event.
26
27-v::
28--verbose=::
29 Show all fields.
30
Namhyung Kime6ab07d2013-01-22 18:09:47 +090031-g::
32--group::
33 Show event group information.
34
Namhyung Kim775d8a12016-01-07 09:12:29 +090035--trace-fields::
36 Show tracepoint field names.
37
Arnaldo Carvalho de Melo43adec92011-03-15 11:04:13 -030038SEE ALSO
39--------
40linkperf:perf-record[1], linkperf:perf-list[1],
41linkperf:perf-report[1]