Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dstatic_call.h178 #define static_call_cond(name) (void)__static_call(name) macro
211 #define static_call_cond(name) (void)__static_call(name) macro
280 #define static_call_cond(name) (void)__static_call_cond(name) macro
/Linux-v5.10/arch/x86/events/
Dcore.c942 static_call_cond(x86_pmu_start_scheduling)(cpuc); in x86_schedule_events()
1042 static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[i]); in x86_schedule_events()
1051 static_call_cond(x86_pmu_put_event_constraints)(cpuc, e); in x86_schedule_events()
1057 static_call_cond(x86_pmu_stop_scheduling)(cpuc); in x86_schedule_events()
1442 static_call_cond(x86_pmu_add)(event); in x86_pmu_add()
1590 static_call_cond(x86_pmu_put_event_constraints)(cpuc, event); in x86_pmu_del()
1610 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
2416 static_call_cond(x86_pmu_sched_task)(ctx, sched_in); in x86_pmu_sched_task()
2422 static_call_cond(x86_pmu_swap_task_ctx)(prev, next); in x86_pmu_swap_task_ctx()