Home
last modified time | relevance | path

Searched refs:ARMV8_PMUV3_PERFCTR_CPU_CYCLES (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/perf/
Darm_pmuv3.h32 #define ARMV8_PMUV3_PERFCTR_CPU_CYCLES 0x0011 macro
/Linux-v6.6/drivers/perf/
Darm_pmuv3.c46 [PERF_COUNT_HW_CPU_CYCLES] = ARMV8_PMUV3_PERFCTR_CPU_CYCLES,
189 ARMV8_EVENT_ATTR(cpu_cycles, ARMV8_PMUV3_PERFCTR_CPU_CYCLES),
866 if (evtype == ARMV8_PMUV3_PERFCTR_CPU_CYCLES) { in armv8pmu_get_event_idx()
1040 (hw_event_id != ARMV8_PMUV3_PERFCTR_CPU_CYCLES) && in __armv8_pmuv3_map_event()
/Linux-v6.6/arch/arm64/kvm/
Dpmu-emul.c593 eventsel = ARMV8_PMUV3_PERFCTR_CPU_CYCLES; in kvm_pmu_create_perf_event()