Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c3060 DEFINE_STATIC_CALL(intel_pmu_update_topdown_event, intel_pmu_topdown_event_update);
3082 static_call(intel_pmu_update_topdown_event)(event, NULL); in intel_pmu_read_event() local
3412 return static_call(intel_pmu_update_topdown_event)(event, NULL); in intel_pmu_update()
3597 static_call(intel_pmu_update_topdown_event)(NULL, NULL); in handle_pmi_common() local
7447 static_call_update(intel_pmu_update_topdown_event, in intel_pmu_init_glc()
8156 static_call_update(intel_pmu_update_topdown_event, in intel_pmu_init()
H A Dds.c2408 static_call(intel_pmu_update_topdown_event) in __setup_pebs_counter_group()
/linux/arch/x86/events/
H A Dperf_event.h1212 DECLARE_STATIC_CALL(intel_pmu_update_topdown_event, intel_pmu_topdown_event_update);