Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Dds.c850 x86_pmu.drain_pebs(NULL, &data); in intel_pmu_drain_pebs_buffer()
2359 x86_pmu.drain_pebs = intel_pmu_drain_pebs_core; in intel_ds_init()
2365 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2371 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2378 x86_pmu.drain_pebs = intel_pmu_drain_pebs_nhm; in intel_ds_init()
2386 x86_pmu.drain_pebs = intel_pmu_drain_pebs_icl; in intel_ds_init()
Dcore.c3009 x86_pmu.drain_pebs(regs, &data); in handle_pmi_common()
/Linux-v6.6/arch/x86/events/
Dperf_event.h843 void (*drain_pebs)(struct pt_regs *regs, struct perf_sample_data *data); member
Dcore.c90 DEFINE_STATIC_CALL_NULL(x86_pmu_drain_pebs, *x86_pmu.drain_pebs);
2028 static_call_update(x86_pmu_drain_pebs, x86_pmu.drain_pebs); in x86_pmu_static_call_update()