Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Drethook.c148 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get() function
174 NOKPROBE_SYMBOL(rethook_try_get);
Dfprobe.c44 rh = rethook_try_get(fp->rethook); in fprobe_handler()
/linux-6.1.9/include/linux/
Drethook.h64 struct rethook_node *rethook_try_get(struct rethook *rh);
/linux-6.1.9/kernel/
Dkprobes.c2115 rhn = rethook_try_get(rp->rh); in pre_handler_kretprobe()