perf evlist: Add --group option
[GitHub/mt8127/android_kernel_alcatel_ttab.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
26252ea6
ACM
23-F::
24--freq=::
25 Show just the sample frequency used for each event.
26
27-v::
28--verbose=::
29 Show all fields.
30
e6ab07d0
NK
31-g::
32--group::
33 Show event group information.
34
43adec95
ACM
35SEE ALSO
36--------
37linkperf:perf-record[1], linkperf:perf-list[1],
38linkperf:perf-report[1]