Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.h336 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file);
H A Dtrace_probe.c1074 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() function
H A Dtrace_uprobe.c1111 ret = trace_probe_add_file(tp, file); in probe_event_enable()
H A Dtrace_kprobe.c367 ret = trace_probe_add_file(tp, file); in enable_trace_kprobe()