Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dcore.c72 DEFINE_STATIC_CALL_NULL(x86_pmu_del, *x86_pmu.del);
1605 static void x86_pmu_del(struct perf_event *event, int flags) in x86_pmu_del() function
1662 static_call_cond(x86_pmu_del)(event); in x86_pmu_del()
2011 static_call_update(x86_pmu_del, x86_pmu.del); in x86_pmu_static_call_update()
2688 .del = x86_pmu_del,