Searched refs:PERF_COUNT_HW_REF_CPU_CYCLES (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
| H A D | generic_events_valid_test.c | 74 event_init_opts(&event, PERF_COUNT_HW_REF_CPU_CYCLES, PERF_TYPE_HARDWARE, "event"); in generic_events_valid_test() 121 event_init_opts(&event, PERF_COUNT_HW_REF_CPU_CYCLES, PERF_TYPE_HARDWARE, "event"); in generic_events_valid_test()
|
| /linux-6.15/tools/perf/util/ |
| H A D | parse-events.l | 347 ref-cycles { return hw_term(yyscanner, PERF_COUNT_HW_REF_CPU_CYCLES); } 402 ref-cycles { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_REF_CPU_CYCLES); }
|
| H A D | perf_event_attr_fprintf.c | 107 ENUM_ID_TO_STR_CASE(PERF_COUNT_HW_REF_CPU_CYCLES) in stringify_perf_hw_id()
|
| H A D | parse-events.c | 78 [PERF_COUNT_HW_REF_CPU_CYCLES] = {
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | perf_event.h | 73 PERF_COUNT_HW_REF_CPU_CYCLES = 9, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | perf_event.h | 73 PERF_COUNT_HW_REF_CPU_CYCLES = 9, enumerator
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | pmu_intel.c | 435 [2] = PERF_COUNT_HW_REF_CPU_CYCLES, in intel_get_fixed_pmc_eventsel()
|
| /linux-6.15/arch/riscv/kvm/ |
| H A D | vcpu_pmu.c | 34 [SBI_PMU_HW_REF_CPU_CYCLES] = PERF_COUNT_HW_REF_CPU_CYCLES,
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | perf_event.c | 48 [PERF_COUNT_HW_REF_CPU_CYCLES] = "crun",
|
| /linux-6.15/arch/x86/events/amd/ |
| H A D | core.c | 285 [PERF_COUNT_HW_REF_CPU_CYCLES] = 0x100000120,
|
| /linux-6.15/arch/csky/kernel/ |
| H A D | perf_event.c | 724 [PERF_COUNT_HW_REF_CPU_CYCLES] = HW_OP_UNSUPPORTED,
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | link.c | 44 [PERF_COUNT_HW_REF_CPU_CYCLES] = "ref-cycles",
|
| /linux-6.15/tools/perf/ |
| H A D | design.txt | 111 PERF_COUNT_HW_REF_CPU_CYCLES = 9,
|
| /linux-6.15/drivers/perf/ |
| H A D | riscv_pmu_sbi.c | 150 [PERF_COUNT_HW_REF_CPU_CYCLES] = {.hw_gen_event = {
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | core.c | 41 [PERF_COUNT_HW_REF_CPU_CYCLES] = 0x0300, /* pseudo-encoding */ 4049 case PERF_COUNT_HW_REF_CPU_CYCLES: in intel_pmu_freq_start_period() 6515 intel_perfmon_event_map[PERF_COUNT_HW_REF_CPU_CYCLES] = 0x013c; in intel_pmu_ref_cycles_ext()
|