Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/xen/
H A Dpmu.c467 .get_ip = xen_get_guest_ip,
/linux-6.15/include/linux/
H A Dperf_event.h34 unsigned long (*get_ip)(void); member
1610 DECLARE_STATIC_CALL(__perf_guest_get_ip, *perf_guest_cbs->get_ip);
/linux-6.15/virt/kvm/
H A Dkvm_main.c6360 .get_ip = kvm_guest_get_ip,
/linux-6.15/kernel/events/
H A Dcore.c7241 DEFINE_STATIC_CALL_RET0(__perf_guest_get_ip, *perf_guest_cbs->get_ip);
7251 static_call_update(__perf_guest_get_ip, cbs->get_ip); in perf_register_guest_info_callbacks()