Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Drethook.c236 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-v6.1/include/linux/
Drethook.h67 unsigned long rethook_find_ret_addr(struct task_struct *tsk, unsigned long frame,
Dkprobes.h556 return rethook_find_ret_addr(tsk, (unsigned long)fp, cur); in kretprobe_find_ret_addr()
/Linux-v6.1/arch/x86/include/asm/
Dunwind.h112 return rethook_find_ret_addr(state->task, (unsigned long)addr_p, in unwind_recover_rethook()