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/
H A Dcore.c1024 static_call_cond(x86_pmu_start_scheduling)(cpuc); in x86_schedule_events()
1123 static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[i]); in x86_schedule_events()
1131 static_call_cond(x86_pmu_put_event_constraints)(cpuc, e); in x86_schedule_events()
1137 static_call_cond(x86_pmu_stop_scheduling)(cpuc); in x86_schedule_events()
1248 static_call_cond(x86_pmu_assign)(event, idx); in x86_assign_hw_event()
1333 static_call_cond(x86_pmu_late_setup)(); in x86_pmu_enable()
1442 static_call_cond(x86_pmu_limit_period)(event, &left); in x86_perf_event_set_period()
1530 static_call_cond(x86_pmu_add)(event); in x86_pmu_add()
1684 static_call_cond(x86_pmu_put_event_constraints)(cpuc, event); in x86_pmu_del()
1705 static_call_cond(x86_pmu_de in x86_pmu_del()
[all...]
/linux/arch/x86/events/intel/
H A Dcore.c2773 static_call_cond(x86_pmu_pebs_disable_all)(); in intel_pmu_disable_fixed()
2805 static_call_cond(x86_pmu_pebs_enable_all)(); in intel_pmu_disable_event_ext()
3075 static_call_cond(intel_pmu_disable_event_ext)(event); in intel_pmu_read_event()
3079 static_call_cond(intel_pmu_disable_event_ext)(event); in intel_pmu_read_event()
3560 static_call_cond(intel_pmu_enable_acr_event)(event); in handle_pmi_common()
3561 static_call_cond(intel_pmu_enable_event_ext)(event); in handle_pmi_common()
3574 static_call_cond(intel_pmu_enable_acr_event)(event); in handle_pmi_common()
3575 static_call_cond(intel_pmu_enable_event_ext)(event); in handle_pmi_common()