Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstatic_call.h211 #define static_call_cond(name) (void)__static_call(name) macro
255 #define static_call_cond(name) (void)__static_call(name) macro
334 #define static_call_cond(name) (void)__static_call_cond(name) macro
/linux/arch/x86/events/intel/
H A Dcore.c2773 static_call_cond(x86_pmu_pebs_disable_all)(); in intel_pmu_disable_all()
2805 static_call_cond(x86_pmu_pebs_enable_all)(); in intel_pmu_enable_all()
3075 static_call_cond(intel_pmu_disable_event_ext)(event); in intel_pmu_disable_event()
3079 static_call_cond(intel_pmu_disable_event_ext)(event); in intel_pmu_disable_event()
3558 static_call_cond(intel_pmu_enable_acr_event)(event); in intel_pmu_enable_event()
3559 static_call_cond(intel_pmu_enable_event_ext)(event); in intel_pmu_enable_event()
3572 static_call_cond(intel_pmu_enable_acr_event)(event); in intel_pmu_enable_event()
3573 static_call_cond(intel_pmu_enable_event_ext)(event); in intel_pmu_enable_event()
/linux/kernel/bpf/
H A Dcore.c1030 static_call_cond(bpf_arch_pred_flush)(); in bpf_prog_pack_alloc()