perf-evlist.txt 637 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. --trace-fields::
  28. Show tracepoint field names.
  29. SEE ALSO
  30. --------
  31. linkperf:perf-record[1], linkperf:perf-list[1],
  32. linkperf:perf-report[1]