DEFINE_STATIC_CALL
DEFINE_STATIC_CALL(amd_pmu_test_overflow, amd_pmu_test_overflow_topbit);
DEFINE_STATIC_CALL(intel_pmu_set_topdown_event_period, x86_perf_event_set_period);
DEFINE_STATIC_CALL(intel_pmu_update_topdown_event, intel_pmu_topdown_event_update);
DEFINE_STATIC_CALL(__hv_hypercall, __hv_hyperfail);
DEFINE_STATIC_CALL(hv_hypercall, hv_std_hypercall);
DEFINE_STATIC_CALL(serial_in, io_serial_in);
DEFINE_STATIC_CALL(serial_out, io_serial_out);
DEFINE_STATIC_CALL(WARN_trap, __WARN_trap);
DEFINE_STATIC_CALL(pv_sched_clock, native_sched_clock);
DEFINE_STATIC_CALL(xen_hypercall, xen_hypercall_hvm);
DEFINE_STATIC_CALL(amd_pstate_get_epp, msr_get_epp);
DEFINE_STATIC_CALL(amd_pstate_update_perf, msr_update_perf);
DEFINE_STATIC_CALL(amd_pstate_set_epp, msr_set_epp);
DEFINE_STATIC_CALL(amd_pstate_cppc_enable, msr_cppc_enable);
DEFINE_STATIC_CALL(amd_pstate_init_perf, msr_init_perf);
DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)
DEFINE_STATIC_CALL(tp_func_##_name, __traceiter_##_name); \
DEFINE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
DEFINE_STATIC_CALL(preempt_schedule, preempt_schedule_dynamic_enabled);
DEFINE_STATIC_CALL(preempt_schedule_notrace, preempt_schedule_notrace_dynamic_enabled);
DEFINE_STATIC_CALL(pv_steal_clock, native_steal_clock);
DEFINE_STATIC_CALL(sc_selftest, func_a);
DEFINE_STATIC_CALL(fgraph_func, ftrace_graph_entry_stub);
DEFINE_STATIC_CALL(fgraph_retfunc, ftrace_graph_ret_stub);
DEFINE_STATIC_CALL(prefix##_pclmul, prefix##_pclmul_sse)
DEFINE_STATIC_CALL(sha1_blocks_x86, sha1_blocks_generic);
DEFINE_STATIC_CALL(sha256_blocks_x86, sha256_blocks_generic);
DEFINE_STATIC_CALL(sha512_blocks_x86, sha512_blocks_generic);
DEFINE_STATIC_CALL(sm3_blocks_x86, sm3_blocks_generic);
DEFINE_STATIC_CALL(udp_tunnel_gro_rcv, dummy_gro_rcv);