Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/events/
Dcore.c71 DEFINE_STATIC_CALL_NULL(x86_pmu_add, *x86_pmu.add);
1450 static int x86_pmu_add(struct perf_event *event, int flags) in x86_pmu_add() function
1501 static_call_cond(x86_pmu_add)(event); in x86_pmu_add() local
2022 static_call_update(x86_pmu_add, x86_pmu.add); in x86_pmu_static_call_update()
2707 .add = x86_pmu_add,