Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_boot.c596 if (tracing_set_tracer(tr, p) < 0) in trace_boot_enable_tracer()
Dtrace.h1802 extern int tracing_set_tracer(struct trace_array *tr, const char *buf);
Dtrace.c178 int tracing_set_tracer(struct trace_array *tr, const char *buf);
2131 tracing_set_tracer(&global_trace, type->name); in register_tracer()
6308 int tracing_set_tracer(struct trace_array *tr, const char *buf) in tracing_set_tracer() function
6439 err = tracing_set_tracer(tr, buf); in tracing_set_trace_write()