Searched refs:TP_FLAG_TRACE (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/trace/ |
A D | trace_probe.h | 56 #define TP_FLAG_TRACE 1 macro 276 return trace_probe_test_flag(tp, TP_FLAG_TRACE | TP_FLAG_PROFILE); in trace_probe_is_enabled()
|
A D | trace_uprobe.c | 1116 if (trace_probe_test_flag(tp, TP_FLAG_TRACE)) in probe_event_enable() 1506 if (trace_probe_test_flag(&tu->tp, TP_FLAG_TRACE)) in uprobe_dispatcher() 1541 if (trace_probe_test_flag(&tu->tp, TP_FLAG_TRACE)) in uretprobe_dispatcher()
|
A D | trace_kprobe.c | 413 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_kprobe() 1719 if (trace_probe_test_flag(&tk->tp, TP_FLAG_TRACE)) in kprobe_dispatcher() 1737 if (trace_probe_test_flag(&tk->tp, TP_FLAG_TRACE)) in kretprobe_dispatcher()
|
A D | trace_probe.c | 1114 trace_probe_set_flag(tp, TP_FLAG_TRACE); in trace_probe_add_file() 1145 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in trace_probe_remove_file()
|
A D | trace_eprobe.c | 753 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_eprobe()
|
Completed in 16 milliseconds