Expand description
perf_event source for hardware performance counters.
Measures CPU cycles, instructions, cache misses, and branch misses
using Linux perf_event subsystem.
Note: Counters are created individually (not grouped) because
inherit(true) is incompatible with perf_event groups on Linux.
Modules§
Structs§
- Perf
Event - Hardware performance counter source using
perf_event.