Searched refs:TP_FLAG_TRACE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_probe.h | 57 #define TP_FLAG_TRACE 1 291 return trace_probe_test_flag(tp, TP_FLAG_TRACE | TP_FLAG_PROFILE); in trace_probe_is_enabled() 58 #define TP_FLAG_TRACE global() macro
|
H A D | trace_fprobe.c | 347 if (trace_probe_test_flag(&tf->tp, TP_FLAG_TRACE)) in fentry_dispatcher() 363 if (trace_probe_test_flag(&tf->tp, TP_FLAG_TRACE)) in fexit_dispatcher() 506 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_fprobe()
|
H A D | trace_uprobe.c | 1147 if (trace_probe_test_flag(tp, TP_FLAG_TRACE)) in probe_event_enable() 1530 if (trace_probe_test_flag(&tu->tp, TP_FLAG_TRACE)) in uprobe_dispatcher() 1558 if (trace_probe_test_flag(&tu->tp, TP_FLAG_TRACE)) in uretprobe_dispatcher()
|
H A D | trace_kprobe.c | 413 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_kprobe() 1720 if (trace_probe_test_flag(&tk->tp, TP_FLAG_TRACE)) in kprobe_dispatcher() 1747 if (trace_probe_test_flag(&tk->tp, TP_FLAG_TRACE)) in kretprobe_dispatcher()
|
H A D | trace_eprobe.c | 716 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in disable_trace_eprobe()
|
H A D | trace_probe.c | 2005 trace_probe_set_flag(tp, TP_FLAG_TRACE); in trace_probe_add_file() 2035 trace_probe_clear_flag(tp, TP_FLAG_TRACE); in trace_probe_remove_file()
|