Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtracepoint.h122 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable() function
145 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable() function
/linux/kernel/bpf/
H A Dsyscall.c4338 if (prog->sleepable && !tracepoint_is_faultable(btp->tp)) { in bpf_raw_tp_link_attach()
4350 tracepoint_is_faultable(btp->tp)); in bpf_raw_tp_link_attach()
H A Dverifier.c20222 if (prog->sleepable && !tracepoint_is_faultable(btp->tp)) { in bpf_check_attach_target()