Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_probe.h352 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to);
Dtrace_fprobe.c829 ret = trace_probe_append(&tf->tp, &to->tp); in append_trace_fprobe()
Dtrace_uprobe.c460 ret = trace_probe_append(&tu->tp, &to->tp); in append_trace_uprobe()
Dtrace_kprobe.c612 ret = trace_probe_append(&tk->tp, &to->tp); in append_trace_kprobe()
Dtrace_probe.c1970 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() function