Lines Matching refs:hardware
5 Performance counters are special hardware registers available on most modern
13 hardware capabilities. It provides per task and per CPU counters, counter
16 underlying hardware counters.
78 If 'raw_type' is 1, then the counter will count a hardware event
91 A counter of PERF_TYPE_HARDWARE will count the hardware event
100 * Common hardware events, generalized by the kernel:
127 * Special "software" counters provided by the kernel, even if the hardware
206 on the CPU if at all possible. It only applies to hardware counters
208 CPU (e.g. because there are not enough hardware counters or because of
218 not otherwise accessible and that might disrupt other hardware
315 __u32 index; /* hardware counter identifier */
316 __s64 offset; /* add to hardware counter value */
450 If your architecture does not have hardware performance metrics, you can
458 If your architecture does have hardware capabilities, you can override the
459 weak stub hw_perf_event_init() to register hardware counters.