Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c1914 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update()
1915 static_call_update(x86_pmu_disable_all, x86_pmu.disable_all); in x86_pmu_static_call_update()
1916 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update()
1917 static_call_update(x86_pmu_enable, x86_pmu.enable); in x86_pmu_static_call_update()
1918 static_call_update(x86_pmu_disable, x86_pmu.disable); in x86_pmu_static_call_update()
1920 static_call_update(x86_pmu_add, x86_pmu.add); in x86_pmu_static_call_update()
1921 static_call_update(x86_pmu_del, x86_pmu.del); in x86_pmu_static_call_update()
1922 static_call_update(x86_pmu_read, x86_pmu.read); in x86_pmu_static_call_update()
1924 static_call_update(x86_pmu_schedule_events, x86_pmu.schedule_events); in x86_pmu_static_call_update()
1925 static_call_update(x86_pmu_get_event_constraints, x86_pmu.get_event_constraints); in x86_pmu_static_call_update()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatic_call.h114 #define static_call_update(name, func) \ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dstatic_call.c534 static_call_update(sc_selftest, scd->func); in test_static_call_init()