Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace_probe.h55 #define TP_FLAG_TRACE 1 macro
275 return trace_probe_test_flag(tp, TP_FLAG_TRACE | TP_FLAG_PROFILE); in trace_probe_is_enabled()
Dtrace_uprobe.c1114 if (trace_probe_test_flag(tp, TP_FLAG_TRACE)) in probe_event_enable()
1501 if (trace_probe_test_flag(&tu->tp, TP_FLAG_TRACE)) in uprobe_dispatcher()
1536 if (trace_probe_test_flag(&tu->tp, TP_FLAG_TRACE)) in uretprobe_dispatcher()
Dtrace_kprobe.c413 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_kprobe()
1661 if (trace_probe_test_flag(&tk->tp, TP_FLAG_TRACE)) in kprobe_dispatcher()
1688 if (trace_probe_test_flag(&tk->tp, TP_FLAG_TRACE)) in kretprobe_dispatcher()
Dtrace_probe.c1127 trace_probe_set_flag(tp, TP_FLAG_TRACE); in trace_probe_add_file()
1157 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in trace_probe_remove_file()
Dtrace_eprobe.c796 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_eprobe()