Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dds.c748 x86_pmu.drain_pebs(NULL, &data); in intel_pmu_drain_pebs_buffer()
2201 x86_pmu.drain_pebs = intel_pmu_drain_pebs_core; in intel_ds_init()
2207 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2213 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2220 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2225 x86_pmu.drain_pebs = intel_pmu_drain_pebs_icl; in intel_ds_init()
Dcore.c2839 x86_pmu.drain_pebs(regs, &data); in handle_pmi_common()
/arch/x86/events/
Dperf_event.h819 void (*drain_pebs)(struct pt_regs *regs, struct perf_sample_data *data); member
Dcore.c84 DEFINE_STATIC_CALL_NULL(x86_pmu_drain_pebs, *x86_pmu.drain_pebs);
2023 static_call_update(x86_pmu_drain_pebs, x86_pmu.drain_pebs); in x86_pmu_static_call_update()