Home
last modified time | relevance | path

Searched refs:PERF_X86_EVENT_AUTO_RELOAD (Results 1 – 4 of 4) sorted by relevance

/arch/x86/events/intel/
Dds.c922 if (hwc->flags & PERF_X86_EVENT_AUTO_RELOAD) { in intel_pmu_pebs_enable()
1276 !(event->hw.flags & PERF_X86_EVENT_AUTO_RELOAD)) in __intel_pmu_pebs_event()
Dcore.c2826 event->hw.flags |= PERF_X86_EVENT_AUTO_RELOAD; in intel_pmu_hw_config()
/arch/x86/events/
Dperf_event.h69 #define PERF_X86_EVENT_AUTO_RELOAD 0x0400 /* use PEBS auto-reload */ macro
Dcore.c1152 if (!(hwc->flags & PERF_X86_EVENT_AUTO_RELOAD) || in x86_perf_event_set_period()