Searched refs:static_call (Results 1 – 7 of 7) sorted by relevance
177 #define static_call(name) __static_call(name) macro210 #define static_call(name) __static_call(name) macro255 #define static_call(name) \ macro
155 #define __DO_TRACE_CALL(name) static_call(tp_func_##name)
695 static_call(x86_pmu_disable_all)(); in x86_pmu_disable()959 c = static_call(x86_pmu_get_event_constraints)(cpuc, i, cpuc->event_list[i]); in x86_schedule_events()1295 static_call(x86_pmu_enable_all)(added); in x86_pmu_enable()1420 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_add()1470 static_call(x86_pmu_enable)(event); in x86_pmu_start()1540 static_call(x86_pmu_disable)(event); in x86_pmu_stop()1688 ret = static_call(x86_pmu_handle_irq)(regs); in perf_event_nmi_handler()2044 static_call(x86_pmu_read)(event); in x86_pmu_read()2125 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_commit_txn()
110 obj-$(CONFIG_HAVE_STATIC_CALL_INLINE) += static_call.o
475 WARN_ON(static_call(sc_selftest)(scd->val) != scd->expect); in test_static_call_init()
75 obj-y += static_call.o
652 *(.static_call.text) \