Searched refs:trace_probe_clear_flag (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/kernel/trace/ |
D | trace_eprobe.c | 799 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in enable_trace_eprobe() 820 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_eprobe() 822 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in disable_trace_eprobe()
|
D | trace_probe.h | 267 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() function
|
D | trace_kprobe.c | 387 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in enable_trace_kprobe() 411 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_kprobe() 413 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in disable_trace_kprobe()
|
D | trace_uprobe.c | 1142 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in probe_event_enable() 1166 trace_probe_clear_flag(tp, TP_FLAG_PROFILE); in probe_event_disable()
|
D | trace_probe.c | 1153 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in trace_probe_remove_file()
|