Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Drethook.c197 static unsigned long __rethook_find_ret_addr(struct task_struct *tsk, in __rethook_find_ret_addr() function
218 NOKPROBE_SYMBOL(__rethook_find_ret_addr);
249 ret = __rethook_find_ret_addr(tsk, cur); in rethook_find_ret_addr()
279 correct_ret_addr = __rethook_find_ret_addr(current, &node); in rethook_trampoline_handler()