Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A 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()
693 trace_probe_log_set_index(i + 2); in trace_uprobe_create()
H A Dtrace_kprobe.c596 trace_probe_log_set_index(ret + 1); in append_trace_kprobe()
601 trace_probe_log_set_index(0); in append_trace_kprobe()
638 trace_probe_log_set_index(0); in register_trace_kprobe()
651 trace_probe_log_set_index(0); in register_trace_kprobe()
805 trace_probe_log_set_index(1); in trace_kprobe_create()
845 trace_probe_log_set_index(0); in trace_kprobe_create()
882 trace_probe_log_set_index(i + 2); in trace_kprobe_create()
895 trace_probe_log_set_index(1); in trace_kprobe_create()
H A Dtrace_probe.h454 void trace_probe_log_set_index(int index);
H A Dtrace_probe.c158 void trace_probe_log_set_index(int index) in trace_probe_log_set_index() function