Home | History | Annotate | Download | only in Documentation
      1 perf-evlist(1)
      2 ==============
      3 
      4 NAME
      5 ----
      6 perf-evlist - List the event names in a perf.data file
      7 
      8 SYNOPSIS
      9 --------
     10 [verse]
     11 'perf evlist <options>'
     12 
     13 DESCRIPTION
     14 -----------
     15 This command displays the names of events sampled in a perf.data file.
     16 
     17 OPTIONS
     18 -------
     19 -i::
     20 --input=::
     21         Input file name. (default: perf.data unless stdin is a fifo)
     22 
     23 -F::
     24 --freq=::
     25 	Show just the sample frequency used for each event.
     26 
     27 -v::
     28 --verbose=::
     29 	Show all fields.
     30 
     31 -g::
     32 --group::
     33 	Show event group information.
     34 
     35 SEE ALSO
     36 --------
     37 linkperf:perf-record[1], linkperf:perf-list[1],
     38 linkperf:perf-report[1]
     39