DECLARE_STATIC_CALL
DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
DECLARE_STATIC_CALL(x86_pmu_update, *x86_pmu.update);
DECLARE_STATIC_CALL(x86_pmu_drain_pebs, *x86_pmu.drain_pebs);
DECLARE_STATIC_CALL(x86_pmu_late_setup, *x86_pmu.late_setup);
DECLARE_STATIC_CALL(x86_pmu_pebs_enable, *x86_pmu.pebs_enable);
DECLARE_STATIC_CALL(x86_pmu_pebs_disable, *x86_pmu.pebs_disable);
DECLARE_STATIC_CALL(x86_pmu_pebs_enable_all, *x86_pmu.pebs_enable_all);
DECLARE_STATIC_CALL(x86_pmu_pebs_disable_all, *x86_pmu.pebs_disable_all);
DECLARE_STATIC_CALL(intel_pmu_update_topdown_event, intel_pmu_topdown_event_update);
DECLARE_STATIC_CALL(apic_call_##__cb, *apic->__cb)
DECLARE_STATIC_CALL(WARN_trap, __WARN_trap);
DECLARE_STATIC_CALL(kvm_x86_##func, *(((struct kvm_x86_ops *)0)->func));
DECLARE_STATIC_CALL(hv_hypercall, hv_std_hypercall);
DECLARE_STATIC_CALL(perf_lopwr_cb, perf_amd_brs_lopwr_cb);
DECLARE_STATIC_CALL(preempt_schedule, preempt_schedule_dynamic_enabled);
DECLARE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
DECLARE_STATIC_CALL(xen_hypercall, xen_hypercall_func);
DECLARE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
DECLARE_STATIC_CALL(might_resched, __cond_resched);
DECLARE_STATIC_CALL(__perf_guest_state, *perf_guest_cbs->state);
DECLARE_STATIC_CALL(__perf_guest_get_ip, *perf_guest_cbs->get_ip);
DECLARE_STATIC_CALL(__perf_guest_handle_intel_pt_intr, *perf_guest_cbs->handle_intel_pt_intr);
DECLARE_STATIC_CALL(__perf_guest_handle_mediated_pmi, *perf_guest_cbs->handle_mediated_pmi);
DECLARE_STATIC_CALL(perf_snapshot_branch_stack, perf_snapshot_branch_stack_t);
DECLARE_STATIC_CALL(cond_resched, __cond_resched);
DECLARE_STATIC_CALL(pv_steal_clock, dummy_steal_clock);
DECLARE_STATIC_CALL(name, _func); \
DECLARE_STATIC_CALL(name, _func); \
DECLARE_STATIC_CALL(name, _func); \
DECLARE_STATIC_CALL(name, _func); \
DECLARE_STATIC_CALL(name, _func); \
DECLARE_STATIC_CALL(name, _func); \
DECLARE_STATIC_CALL(name, _func); \
DECLARE_STATIC_CALL(tp_func_##name, __traceiter_##name); \