Lines Matching refs:static_call
700 return static_call(x86_pmu_guest_get_msrs)(nr, data); in perf_guest_get_msrs()
731 static_call(x86_pmu_disable_all)(); in x86_pmu_disable()
1013 c = static_call(x86_pmu_get_event_constraints)(cpuc, i, cpuc->event_list[i]); in x86_schedule_events()
1356 static_call(x86_pmu_enable_all)(added); in x86_pmu_enable()
1466 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_add()
1508 static_call(x86_pmu_set_period)(event); in x86_pmu_start()
1515 static_call(x86_pmu_enable)(event); in x86_pmu_start()
1588 static_call(x86_pmu_disable)(event); in x86_pmu_stop()
1600 static_call(x86_pmu_update)(event); in x86_pmu_stop()
1690 val = static_call(x86_pmu_update)(event); in x86_pmu_handle_irq()
1699 if (!static_call(x86_pmu_set_period)(event)) in x86_pmu_handle_irq()
1745 ret = static_call(x86_pmu_handle_irq)(regs); in perf_event_nmi_handler()
2038 static_call(x86_pmu_update)(event); in _x86_pmu_read()
2230 static_call(x86_pmu_read)(event); in x86_pmu_read()
2311 ret = static_call(x86_pmu_schedule_events)(cpuc, n, assign); in x86_pmu_commit_txn()