Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_probe.h338 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file);
Dtrace_eprobe.c708 ret = trace_probe_add_file(tp, file); in enable_trace_eprobe()
Dtrace_probe.c1103 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() function
Dtrace_uprobe.c1112 ret = trace_probe_add_file(tp, file); in probe_event_enable()
Dtrace_kprobe.c363 ret = trace_probe_add_file(tp, file); in enable_trace_kprobe()