Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kvm/
Dperf.c57 .get_guest_ip = kvm_get_guest_ip,
/linux-4.1.27/arch/arm/kernel/
Dperf_callchain.c114 return perf_guest_cbs->get_guest_ip(); in perf_instruction_pointer()
/linux-4.1.27/include/linux/
Dperf_event.h31 unsigned long (*get_guest_ip)(void); member
/linux-4.1.27/arch/arm64/kernel/
Dperf_event.c1568 return perf_guest_cbs->get_guest_ip(); in perf_instruction_pointer()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c2323 return perf_guest_cbs->get_guest_ip(); in perf_instruction_pointer()
/linux-4.1.27/arch/x86/kvm/
Dx86.c5700 .get_guest_ip = kvm_get_guest_ip,