Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_event.c52 static unsigned long instruction_pointer_guest(struct pt_regs *regs) in instruction_pointer_guest() function
59 return is_in_guest(regs) ? instruction_pointer_guest(regs) in perf_instruction_pointer()