perf-evlist.txt 589 B

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