Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_probe.h355 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file);
Dtrace_eprobe.c660 ret = trace_probe_add_file(tp, file); in enable_trace_eprobe()
Dtrace_fprobe.c475 ret = trace_probe_add_file(tp, file); in enable_trace_fprobe()
Dtrace_uprobe.c1157 ret = trace_probe_add_file(tp, file); in probe_event_enable()
Dtrace_kprobe.c371 ret = trace_probe_add_file(tp, file); in enable_trace_kprobe()
Dtrace_probe.c2099 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() function