Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_probe.h260 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() function
Dtrace_kprobe.c392 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in enable_trace_kprobe()
416 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_kprobe()
418 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in disable_trace_kprobe()
Dtrace_uprobe.c1138 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in probe_event_enable()
1162 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in probe_event_disable()
Dtrace_probe.c1084 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in trace_probe_remove_file()