Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Drethook.c215 static unsigned long __rethook_find_ret_addr(struct task_struct *tsk, in __rethook_find_ret_addr() function
236 NOKPROBE_SYMBOL(__rethook_find_ret_addr);
267 ret = __rethook_find_ret_addr(tsk, cur); in rethook_find_ret_addr()
297 correct_ret_addr = __rethook_find_ret_addr(current, &node); in rethook_trampoline_handler()