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.h2030 extern int tracing_set_tracer(struct trace_array *tr, const char *buf);
H A Dtrace.c180 int tracing_set_tracer(struct trace_array *tr, const char *buf);
2315 tracing_set_tracer(&global_trace, type->name); in register_tracer()
6073 int tracing_set_tracer(struct trace_array *tr, const char *buf) in tracing_set_tracer() function
6204 err = tracing_set_tracer(tr, name); in tracing_set_trace_write()