Back to home page

OSCL-LXR

 
 

    


0001 perf-evlist(1)
0002 ==============
0003 
0004 NAME
0005 ----
0006 perf-evlist - List the event names in a perf.data file
0007 
0008 SYNOPSIS
0009 --------
0010 [verse]
0011 'perf evlist <options>'
0012 
0013 DESCRIPTION
0014 -----------
0015 This command displays the names of events sampled in a perf.data file.
0016 
0017 OPTIONS
0018 -------
0019 -i::
0020 --input=::
0021         Input file name. (default: perf.data unless stdin is a fifo)
0022 
0023 -f::
0024 --force::
0025         Don't complain, do it.
0026 
0027 -F::
0028 --freq=::
0029         Show just the sample frequency used for each event.
0030 
0031 -v::
0032 --verbose::
0033         Show all fields.
0034 
0035 -g::
0036 --group::
0037         Show event group information.
0038 
0039 --trace-fields::
0040         Show tracepoint field names.
0041 
0042 SEE ALSO
0043 --------
0044 linkperf:perf-record[1], linkperf:perf-list[1],
0045 linkperf:perf-report[1]