Lines Matching refs:static_call
702 return static_call(x86_pmu_guest_get_msrs)(nr, data); in perf_guest_get_msrs()
733 static_call(x86_pmu_disable_all)(); in x86_pmu_disable()
1015 c = static_call(x86_pmu_get_event_constraints)(cpuc, i, cpuc->event_list[i]); in x86_schedule_events()
1358 static_call(x86_pmu_enable_all)(added); in x86_pmu_enable()
1468 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_add()
1510 static_call(x86_pmu_set_period)(event); in x86_pmu_start()
1517 static_call(x86_pmu_enable)(event); in x86_pmu_start()
1590 static_call(x86_pmu_disable)(event); in x86_pmu_stop()
1602 static_call(x86_pmu_update)(event); in x86_pmu_stop()
1692 val = static_call(x86_pmu_update)(event); in x86_pmu_handle_irq()
1701 if (!static_call(x86_pmu_set_period)(event)) in x86_pmu_handle_irq()
1747 ret = static_call(x86_pmu_handle_irq)(regs); in perf_event_nmi_handler()
2041 static_call(x86_pmu_update)(event); in _x86_pmu_read()
2209 static_call(x86_pmu_read)(event); in x86_pmu_read()
2290 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_commit_txn()