Home
last modified time | relevance | path

Searched refs:tracing_set_tracer (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_boot.c287 if (tracing_set_tracer(tr, p) < 0) in trace_boot_enable_tracer()
H A Dtrace.h1992 extern int tracing_set_tracer(struct trace_array *tr, const char *buf);
H A Dtrace.c177 int tracing_set_tracer(struct trace_array *tr, const char *buf);
2134 tracing_set_tracer(&global_trace, type->name); in register_tracer()
5945 int tracing_set_tracer(struct trace_array *tr, const char *buf) in tracing_set_tracer() function
6078 err = tracing_set_tracer(tr, buf); in tracing_set_trace_write()