Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Drethook.c168 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get() function
192 NOKPROBE_SYMBOL(rethook_try_get);
H A Dfprobe.c36 rh = rethook_try_get(fp->rethook); in __fprobe_handler()
/openbmc/linux/include/linux/
H A Drethook.h70 struct rethook_node *rethook_try_get(struct rethook *rh);
/openbmc/linux/kernel/
H A Dkprobes.c2136 rhn = rethook_try_get(rp->rh); in pre_handler_kretprobe()