Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/trace/
Dtrace_probe.h337 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file);
Dtrace_eprobe.c775 ret = trace_probe_add_file(tp, file); in enable_trace_eprobe()
Dtrace_probe.c1112 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() function
Dtrace_uprobe.c1105 ret = trace_probe_add_file(tp, file); in probe_event_enable()
Dtrace_kprobe.c362 ret = trace_probe_add_file(tp, file); in enable_trace_kprobe()