Home
last modified time | relevance | path

Searched refs:static_call_cond (Results 1 – 2 of 2) 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()
1330 static_call_cond(x86_pmu_late_setup)(); in x86_pmu_enable()
1439 static_call_cond(x86_pmu_limit_period)(event, &left); in x86_perf_event_set_period()
1527 static_call_cond(x86_pmu_add)(event); in x86_pmu_add()
1681 static_call_cond(x86_pmu_put_event_constraints)(cpuc, event); in x86_pmu_del()
1702 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
[all …]