Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c603 x86_pmu.drain_pebs(&regs); in intel_pmu_drain_pebs_buffer()
1325 x86_pmu.drain_pebs = intel_pmu_drain_pebs_core; in intel_ds_init()
1331 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
1337 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
1344 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
Dperf_event.h595 void (*drain_pebs)(struct pt_regs *regs); member
Dperf_event_intel.c1850 x86_pmu.drain_pebs(regs); in intel_pmu_handle_irq()