Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_eprobe.c792 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in enable_trace_eprobe()
813 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_eprobe()
815 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in disable_trace_eprobe()
Dtrace_probe.h272 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() function
Dtrace_kprobe.c389 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in enable_trace_kprobe()
413 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_kprobe()
415 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in disable_trace_kprobe()
Dtrace_uprobe.c1148 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in probe_event_enable()
1172 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in probe_event_disable()
Dtrace_probe.c1171 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in trace_probe_remove_file()