Searched refs:instruction_pointer_guest (Results 1 – 1 of 1) sorted by relevance
54 static unsigned long instruction_pointer_guest(struct pt_regs *regs) in instruction_pointer_guest() function61 return is_in_guest(regs) ? instruction_pointer_guest(regs) in perf_arch_instruction_pointer()