Searched refs:late_setup (Results 1 – 3 of 3) sorted by relevance
840 void (*late_setup)(void); member1162 DECLARE_STATIC_CALL(x86_pmu_late_setup, *x86_pmu.late_setup);
101 DEFINE_STATIC_CALL_NULL(x86_pmu_late_setup, *x86_pmu.late_setup);2101 static_call_update(x86_pmu_late_setup, x86_pmu.late_setup); in x86_pmu_static_call_update()
7617 x86_pmu.late_setup = intel_pmu_late_setup; in intel_pmu_init()