staging: slicoss: braces should be used on all arms of this statement
[linux-2.6/btrfs-unstable.git] / tools / perf / Documentation / perf-evlist.txt
blob6f7200fb85cf2e509d8d17bc5c3ff7ed6d7a7331
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 --freq=::
25         Show just the sample frequency used for each event.
27 -v::
28 --verbose=::
29         Show all fields.
31 -g::
32 --group::
33         Show event group information.
35 --trace-fields::
36         Show tracepoint field names.
38 SEE ALSO
39 --------
40 linkperf:perf-record[1], linkperf:perf-list[1],
41 linkperf:perf-report[1]