Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dds.c850 x86_pmu.drain_pebs(NULL, &data); in intel_pmu_drain_pebs_buffer()
2363 x86_pmu.drain_pebs = intel_pmu_drain_pebs_core; in intel_ds_init()
2369 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2375 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2382 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2390 x86_pmu.drain_pebs = intel_pmu_drain_pebs_icl; in intel_ds_init()
H A Dcore.c3009 x86_pmu.drain_pebs(regs, &data); in handle_pmi_common()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h843 void (*drain_pebs)(struct pt_regs *regs, struct perf_sample_data *data); member
H A Dcore.c92 DEFINE_STATIC_CALL_NULL(x86_pmu_drain_pebs, *x86_pmu.drain_pebs);
2031 static_call_update(x86_pmu_drain_pebs, x86_pmu.drain_pebs); in x86_pmu_static_call_update()