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
1330
static_call_cond(x86_pmu_late_setup)();
arch/x86/events/core.c
1439
static_call_cond(x86_pmu_limit_period)(event, &left);
arch/x86/events/core.c
1527
static_call_cond(x86_pmu_add)(event);
arch/x86/events/core.c
1681
static_call_cond(x86_pmu_put_event_constraints)(cpuc, event);
arch/x86/events/core.c
1702
static_call_cond(x86_pmu_del)(event);
arch/x86/events/core.c
2729
static_call_cond(x86_pmu_sched_task)(pmu_ctx, task, sched_in);
arch/x86/events/core.c
2768
static_call_cond(x86_pmu_filter)(pmu, cpu, &ret);
arch/x86/events/intel/core.c
2521
static_call_cond(x86_pmu_pebs_disable_all)();
arch/x86/events/intel/core.c
2553
static_call_cond(x86_pmu_pebs_enable_all)();
arch/x86/events/intel/core.c
2823
static_call_cond(intel_pmu_disable_event_ext)(event);
arch/x86/events/intel/core.c
2827
static_call_cond(intel_pmu_disable_event_ext)(event);
arch/x86/events/intel/core.c
3307
static_call_cond(intel_pmu_enable_acr_event)(event);
arch/x86/events/intel/core.c
3308
static_call_cond(intel_pmu_enable_event_ext)(event);
arch/x86/events/intel/core.c
3312
static_call_cond(intel_pmu_enable_acr_event)(event);
arch/x86/events/intel/core.c
3313
static_call_cond(intel_pmu_enable_event_ext)(event);
arch/x86/include/asm/apic.h
460
static_call_cond(apic_call_wait_icr_idle)();