Home
last modified time | relevance | path

Searched refs:pebs_interrupt_threshold (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c810 (ds->pebs_interrupt_threshold > threshold)) in intel_pmu_pebs_enable()
820 if (first_pebs || ds->pebs_interrupt_threshold > threshold) in intel_pmu_pebs_enable()
821 ds->pebs_interrupt_threshold = threshold; in intel_pmu_pebs_enable()
829 bool large_pebs = ds->pebs_interrupt_threshold > in intel_pmu_pebs_disable()
Dperf_event.h118 u64 pebs_interrupt_threshold; member