sysfs-bus-event_source-devices-events 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. What: /sys/devices/cpu/events/
  2. /sys/devices/cpu/events/branch-misses
  3. /sys/devices/cpu/events/cache-references
  4. /sys/devices/cpu/events/cache-misses
  5. /sys/devices/cpu/events/stalled-cycles-frontend
  6. /sys/devices/cpu/events/branch-instructions
  7. /sys/devices/cpu/events/stalled-cycles-backend
  8. /sys/devices/cpu/events/instructions
  9. /sys/devices/cpu/events/cpu-cycles
  10. Date: 2013/01/08
  11. Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
  12. Description: Generic performance monitoring events
  13. A collection of performance monitoring events that may be
  14. supported by many/most CPUs. These events can be monitored
  15. using the 'perf(1)' tool.
  16. The contents of each file would look like:
  17. event=0xNNNN
  18. where 'N' is a hex digit and the number '0xNNNN' shows the
  19. "raw code" for the perf event identified by the file's
  20. "basename".
  21. What: /sys/devices/cpu/events/PM_LD_MISS_L1
  22. /sys/devices/cpu/events/PM_LD_REF_L1
  23. /sys/devices/cpu/events/PM_CYC
  24. /sys/devices/cpu/events/PM_BRU_FIN
  25. /sys/devices/cpu/events/PM_GCT_NOSLOT_CYC
  26. /sys/devices/cpu/events/PM_BRU_MPRED
  27. /sys/devices/cpu/events/PM_INST_CMPL
  28. /sys/devices/cpu/events/PM_CMPLU_STALL
  29. Date: 2013/01/08
  30. Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org>
  31. Linux Powerpc mailing list <linuxppc-dev@ozlabs.org>
  32. Description: POWER-systems specific performance monitoring events
  33. A collection of performance monitoring events that may be
  34. supported by the POWER CPU. These events can be monitored
  35. using the 'perf(1)' tool.
  36. These events may not be supported by other CPUs.
  37. The contents of each file would look like:
  38. event=0xNNNN
  39. where 'N' is a hex digit and the number '0xNNNN' shows the
  40. "raw code" for the perf event identified by the file's
  41. "basename".
  42. Further, multiple terms like 'event=0xNNNN' can be specified
  43. and separated with comma. All available terms are defined in
  44. the /sys/bus/event_source/devices/<dev>/format file.