Home
last modified time | relevance | path

Searched refs:static_call (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/include/linux/
Dstatic_call.h177 #define static_call(name) __static_call(name) macro
210 #define static_call(name) __static_call(name) macro
255 #define static_call(name) \ macro
Dtracepoint.h155 #define __DO_TRACE_CALL(name) static_call(tp_func_##name)
/Linux-v5.10/arch/x86/events/
Dcore.c695 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()
/Linux-v5.10/kernel/
DMakefile110 obj-$(CONFIG_HAVE_STATIC_CALL_INLINE) += static_call.o
Dstatic_call.c475 WARN_ON(static_call(sc_selftest)(scd->val) != scd->expect); in test_static_call_init()
/Linux-v5.10/arch/x86/kernel/
DMakefile75 obj-y += static_call.o
/Linux-v5.10/include/asm-generic/
Dvmlinux.lds.h652 *(.static_call.text) \