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