Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_kprobe.c574 trace_probe_log_set_index(ret + 1); in append_trace_kprobe()
579 trace_probe_log_set_index(0); in append_trace_kprobe()
616 trace_probe_log_set_index(0); in register_trace_kprobe()
777 trace_probe_log_set_index(1); in trace_kprobe_create()
801 trace_probe_log_set_index(0); in trace_kprobe_create()
838 trace_probe_log_set_index(i + 2); in trace_kprobe_create()
851 trace_probe_log_set_index(1); in trace_kprobe_create()
Dtrace_uprobe.c452 trace_probe_log_set_index(ret + 1); in append_trace_uprobe()
457 trace_probe_log_set_index(0); in append_trace_uprobe()
513 trace_probe_log_set_index(0); in register_trace_uprobe()
585 trace_probe_log_set_index(1); /* filename is the 2nd argument */ in trace_uprobe_create()
635 trace_probe_log_set_index(0); in trace_uprobe_create()
683 trace_probe_log_set_index(i + 2); in trace_uprobe_create()
Dtrace_probe.h458 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