Home
last modified time | relevance | path

Searched refs:trace_probe_add_file (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_probe.h354 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file);
H A Dtrace_eprobe.c660 ret = trace_probe_add_file(tp, file); in enable_trace_eprobe()
H A Dtrace_fprobe.c510 ret = trace_probe_add_file(tp, file); in enable_trace_fprobe()
H A Dtrace_uprobe.c1159 ret = trace_probe_add_file(tp, file); in probe_event_enable()
H A Dtrace_kprobe.c371 ret = trace_probe_add_file(tp, file); in enable_trace_kprobe()
H A Dtrace_probe.c2119 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() function