perf-evlist.txt 677 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. --force::
  20. Don't complain, do it.
  21. -F::
  22. --freq=::
  23. Show just the sample frequency used for each event.
  24. -v::
  25. --verbose=::
  26. Show all fields.
  27. -g::
  28. --group::
  29. Show event group information.
  30. --trace-fields::
  31. Show tracepoint field names.
  32. SEE ALSO
  33. --------
  34. linkperf:perf-record[1], linkperf:perf-list[1],
  35. linkperf:perf-report[1]