Home
last modified time | relevance | path

Searched refs:static_call_update (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/events/
Dcore.c1903 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update()
1904 static_call_update(x86_pmu_disable_all, x86_pmu.disable_all); in x86_pmu_static_call_update()
1905 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update()
1906 static_call_update(x86_pmu_enable, x86_pmu.enable); in x86_pmu_static_call_update()
1907 static_call_update(x86_pmu_disable, x86_pmu.disable); in x86_pmu_static_call_update()
1909 static_call_update(x86_pmu_add, x86_pmu.add); in x86_pmu_static_call_update()
1910 static_call_update(x86_pmu_del, x86_pmu.del); in x86_pmu_static_call_update()
1911 static_call_update(x86_pmu_read, x86_pmu.read); in x86_pmu_static_call_update()
1913 static_call_update(x86_pmu_schedule_events, x86_pmu.schedule_events); in x86_pmu_static_call_update()
1914 static_call_update(x86_pmu_get_event_constraints, x86_pmu.get_event_constraints); in x86_pmu_static_call_update()
[all …]
/Linux-v5.10/include/linux/
Dstatic_call.h130 #define static_call_update(name, func) \ macro
/Linux-v5.10/kernel/
Dstatic_call.c473 static_call_update(sc_selftest, scd->func); in test_static_call_init()