Searched refs:rethook_find_ret_addr (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/kernel/trace/ |
A D | rethook.c | 236 unsigned long rethook_find_ret_addr(struct task_struct *tsk, unsigned long frame, in rethook_find_ret_addr() function 257 NOKPROBE_SYMBOL(rethook_find_ret_addr);
|
/linux-6.3-rc2/include/linux/ |
A D | rethook.h | 67 unsigned long rethook_find_ret_addr(struct task_struct *tsk, unsigned long frame,
|
A D | kprobes.h | 558 return rethook_find_ret_addr(tsk, (unsigned long)fp, cur); in kretprobe_find_ret_addr()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | unwind.h | 53 ip = rethook_find_ret_addr(state->task, state->sp, &state->kr_cur); in unwind_recover_ret_addr()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | unwind.h | 112 return rethook_find_ret_addr(state->task, (unsigned long)addr_p, in unwind_recover_rethook()
|
Completed in 7 milliseconds