Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/trace/
Dtrace_uprobe.c445 trace_probe_log_set_index(ret + 1); in append_trace_uprobe()
450 trace_probe_log_set_index(0); in append_trace_uprobe()
506 trace_probe_log_set_index(0); in register_trace_uprobe()
518 trace_probe_log_set_index(0); in register_trace_uprobe()
582 trace_probe_log_set_index(1); /* filename is the 2nd argument */ in __trace_uprobe_create()
645 trace_probe_log_set_index(0); in __trace_uprobe_create()
687 trace_probe_log_set_index(i + 2); in __trace_uprobe_create()
Dtrace_kprobe.c592 trace_probe_log_set_index(ret + 1); in append_trace_kprobe()
597 trace_probe_log_set_index(0); in append_trace_kprobe()
634 trace_probe_log_set_index(0); in register_trace_kprobe()
647 trace_probe_log_set_index(0); in register_trace_kprobe()
794 trace_probe_log_set_index(1); in __trace_kprobe_create()
834 trace_probe_log_set_index(0); in __trace_kprobe_create()
865 trace_probe_log_set_index(i + 2); in __trace_kprobe_create()
878 trace_probe_log_set_index(1); in __trace_kprobe_create()
Dtrace_eprobe.c987 trace_probe_log_set_index(i + 2); in __trace_eprobe_create()
1000 trace_probe_log_set_index(0); in __trace_eprobe_create()
Dtrace_probe.h463 void trace_probe_log_set_index(int index);
Dtrace_probe.c158 void trace_probe_log_set_index(int index) in trace_probe_log_set_index() function