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.c698 if (trace_array_is_readonly(tr) || tracing_set_tracer(tr, p) < 0) in trace_boot_enable_tracer()
H A Dtrace.c213 int tracing_set_tracer(struct trace_array *tr, const char *buf);
1519 WARN_ON(tracing_set_tracer(&global_trace, type->name) < 0); in register_tracer()
5004 int tracing_set_tracer(struct trace_array *tr, const char *buf) in tracing_set_tracer() function
5133 err = tracing_set_tracer(tr, name); in tracing_set_trace_write()
H A Dtrace.h2226 extern int tracing_set_tracer(struct trace_array *tr, const char *buf);