Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/amd/
H A Dcore.c338 if (!(x86_pmu.flags & PMU_FL_PAIR)) in amd_is_pair_event_code()
364 if ((x86_pmu.flags & PMU_FL_PAIR) && amd_is_pair_event_code(&event->hw)) in amd_core_hw_config()
1426 x86_pmu.flags |= PMU_FL_PAIR; in amd_core_pmu_init()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h1004 #define PMU_FL_PAIR 0x40 /* merge counters for large incr. events */ macro
H A Dcore.c1076 if (x86_pmu.flags & PMU_FL_PAIR) { in x86_schedule_events()