Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dcore.c88 DEFINE_STATIC_CALL_NULL(x86_pmu_swap_task_ctx, *x86_pmu.swap_task_ctx);
2027 static_call_update(x86_pmu_swap_task_ctx, x86_pmu.swap_task_ctx); in x86_pmu_static_call_update()
2632 static void x86_pmu_swap_task_ctx(struct perf_event_pmu_context *prev_epc, in x86_pmu_swap_task_ctx() function
2635 static_call_cond(x86_pmu_swap_task_ctx)(prev_epc, next_epc); in x86_pmu_swap_task_ctx() local
2702 .swap_task_ctx = x86_pmu_swap_task_ctx,