Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/amd/
Dcore.c344 event->hw.flags |= PERF_X86_EVENT_PAIR; in amd_core_hw_config()
984 PERF_X86_EVENT_PAIR); in amd_core_pmu_init()
/Linux-v5.10/arch/x86/events/
Dperf_event.h80 #define PERF_X86_EVENT_PAIR 0x1000 /* Large Increment per Cycle */ macro
979 return hwc->flags & PERF_X86_EVENT_PAIR; in is_counter_pair()
Dcore.c839 if (c->flags & PERF_X86_EVENT_PAIR) in __perf_sched_find_counter()