Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h284 static inline unsigned int trace_probe_load_flag(struct trace_probe *tp) in trace_probe_load_flag() function
292 return !!(trace_probe_load_flag(tp) & flag); in trace_probe_test_flag()
H A Dtrace_fprobe.c522 unsigned int flags = trace_probe_load_flag(&tf->tp); in fentry_dispatcher()
541 unsigned int flags = trace_probe_load_flag(&tf->tp); in fexit_dispatcher()
H A Dtrace_uprobe.c1551 flags = trace_probe_load_flag(&tu->tp); in uprobe_dispatcher()
1582 flags = trace_probe_load_flag(&tu->tp); in uretprobe_dispatcher()
H A Dtrace_kprobe.c1837 unsigned int flags = trace_probe_load_flag(&tk->tp); in kprobe_dispatcher()
1870 flags = trace_probe_load_flag(&tk->tp); in kretprobe_dispatcher()