Symbol: static_call_cond
arch/x86/events/core.c
1024
static_call_cond(x86_pmu_start_scheduling)(cpuc);
arch/x86/events/core.c
1123
static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[i]);
arch/x86/events/core.c
1131
static_call_cond(x86_pmu_put_event_constraints)(cpuc, e);
arch/x86/events/core.c
1137
static_call_cond(x86_pmu_stop_scheduling)(cpuc);
arch/x86/events/core.c
1248
static_call_cond(x86_pmu_assign)(event, idx);
arch/x86/events/core.c
1333
static_call_cond(x86_pmu_late_setup)();
arch/x86/events/core.c
1442
static_call_cond(x86_pmu_limit_period)(event, &left);
arch/x86/events/core.c
1530
static_call_cond(x86_pmu_add)(event);
arch/x86/events/core.c
1684
static_call_cond(x86_pmu_put_event_constraints)(cpuc, event);
arch/x86/events/core.c
1705
static_call_cond(x86_pmu_del)(event);
arch/x86/events/core.c
2732
static_call_cond(x86_pmu_sched_task)(pmu_ctx, task, sched_in);
arch/x86/events/core.c
2771
static_call_cond(x86_pmu_filter)(pmu, cpu, &ret);
arch/x86/events/intel/core.c
2773
static_call_cond(x86_pmu_pebs_disable_all)();
arch/x86/events/intel/core.c
2805
static_call_cond(x86_pmu_pebs_enable_all)();
arch/x86/events/intel/core.c
3075
static_call_cond(intel_pmu_disable_event_ext)(event);
arch/x86/events/intel/core.c
3079
static_call_cond(intel_pmu_disable_event_ext)(event);
arch/x86/events/intel/core.c
3560
static_call_cond(intel_pmu_enable_acr_event)(event);
arch/x86/events/intel/core.c
3561
static_call_cond(intel_pmu_enable_event_ext)(event);
arch/x86/events/intel/core.c
3574
static_call_cond(intel_pmu_enable_acr_event)(event);
arch/x86/events/intel/core.c
3575
static_call_cond(intel_pmu_enable_event_ext)(event);
arch/x86/include/asm/apic.h
460
static_call_cond(apic_call_wait_icr_idle)();
kernel/bpf/core.c
1022
static_call_cond(bpf_arch_pred_flush)();