Home
last modified time | relevance | path

Searched refs:TP_FLAG_TRACE (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.h61 #define TP_FLAG_TRACE 1 macro
309 return trace_probe_test_flag(tp, TP_FLAG_TRACE | TP_FLAG_PROFILE); in trace_probe_is_enabled()
H A Dtrace_fprobe.c525 if (flags & TP_FLAG_TRACE) in fentry_dispatcher()
543 if (flags & TP_FLAG_TRACE) in fexit_dispatcher()
1518 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_fprobe()
H A Dtrace_uprobe.c1162 if (trace_probe_test_flag(tp, TP_FLAG_TRACE)) in probe_event_enable()
1552 if (flags & TP_FLAG_TRACE) in uprobe_dispatcher()
1583 if (flags & TP_FLAG_TRACE) in uretprobe_dispatcher()
H A Dtrace_kprobe.c430 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_kprobe()
1842 if (flags & TP_FLAG_TRACE) in kprobe_dispatcher()
1871 if (flags & TP_FLAG_TRACE) in kretprobe_dispatcher()
H A Dtrace_eprobe.c714 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_eprobe()
H A Dtrace_probe.c2724 trace_probe_set_flag(tp, TP_FLAG_TRACE); in trace_probe_add_file()
2754 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in trace_probe_remove_file()