Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_boot.c600 if (tracing_set_tracer(tr, p) < 0) in trace_boot_enable_tracer()
H A Dtrace.h2014 extern int tracing_set_tracer(struct trace_array *tr, const char *buf);
H A Dtrace.c179 int tracing_set_tracer(struct trace_array *tr, const char *buf);
2331 tracing_set_tracer(&global_trace, type->name); in register_tracer()
6099 int tracing_set_tracer(struct trace_array *tr, const char *buf) in tracing_set_tracer() function
6238 err = tracing_set_tracer(tr, name); in tracing_set_trace_write()