Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dcore.c73 DEFINE_STATIC_CALL_NULL(x86_pmu_read, *x86_pmu.read);
2013 static_call_update(x86_pmu_read, x86_pmu.read); in x86_pmu_static_call_update()
2228 static void x86_pmu_read(struct perf_event *event) in x86_pmu_read() function
2230 static_call(x86_pmu_read)(event); in x86_pmu_read() local
2715 .read = x86_pmu_read,