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.h274 static inline unsigned int trace_probe_load_flag(struct trace_probe *tp) in trace_probe_load_flag() function
282 return !!(trace_probe_load_flag(tp) & flag); in trace_probe_test_flag()
H A Dtrace_fprobe.c526 unsigned int flags = trace_probe_load_flag(&tf->tp); in fentry_dispatcher()
545 unsigned int flags = trace_probe_load_flag(&tf->tp); in fexit_dispatcher()
H A Dtrace_uprobe.c1547 flags = trace_probe_load_flag(&tu->tp); in uprobe_dispatcher()
1578 flags = trace_probe_load_flag(&tu->tp); in uretprobe_dispatcher()
H A Dtrace_kprobe.c1818 unsigned int flags = trace_probe_load_flag(&tk->tp); in kprobe_dispatcher()
1851 flags = trace_probe_load_flag(&tk->tp); in kretprobe_dispatcher()