Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/
Dperf.c62 return perf_register_guest_info_callbacks(&kvm_guest_cbs); in kvm_perf_init()
/Linux-v4.19/include/linux/
Dperf_event.h1117 extern int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *callbacks);
1330 static inline int perf_register_guest_info_callbacks in perf_register_guest_info_callbacks() function
/Linux-v4.19/arch/x86/xen/
Dpmu.c544 perf_register_guest_info_callbacks(&xen_guest_cbs); in xen_pmu_init()
/Linux-v4.19/kernel/events/
Dcore.c5831 int perf_register_guest_info_callbacks(struct perf_guest_info_callbacks *cbs) in perf_register_guest_info_callbacks() function
5836 EXPORT_SYMBOL_GPL(perf_register_guest_info_callbacks);
/Linux-v4.19/arch/x86/kvm/
Dx86.c6706 perf_register_guest_info_callbacks(&kvm_guest_cbs); in kvm_arch_init()