Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h350 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to);
H A Dtrace_fprobe.c814 ret = trace_probe_append(&tf->tp, &to->tp); in append_trace_fprobe()
H A Dtrace_uprobe.c451 ret = trace_probe_append(&tu->tp, &to->tp); in append_trace_uprobe()
H A Dtrace_kprobe.c605 ret = trace_probe_append(&tk->tp, &to->tp); in append_trace_kprobe()
H A Dtrace_probe.c1865 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() function