test-record-group-sampling 483 B

123456789101112131415161718192021222324252627282930313233343536
  1. [config]
  2. command = record
  3. args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
  4. [event-1:base-record]
  5. fd=1
  6. group_fd=-1
  7. sample_type=343
  8. read_format=12
  9. inherit=0
  10. [event-2:base-record]
  11. fd=2
  12. group_fd=1
  13. # cache-misses
  14. type=0
  15. config=3
  16. # default | PERF_SAMPLE_READ
  17. sample_type=343
  18. # PERF_FORMAT_ID | PERF_FORMAT_GROUP
  19. read_format=12
  20. mmap=0
  21. comm=0
  22. enable_on_exec=0
  23. disabled=0
  24. # inherit is disabled for group sampling
  25. inherit=0
  26. # sampling disabled
  27. sample_freq=0
  28. sample_period=0