Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_boot.c39 if (trace_set_options(tr, buf) < 0) in trace_boot_set_instance_options()
Dtrace.h1894 extern int trace_set_options(struct trace_array *tr, char *option);
Dtrace.c5505 int trace_set_options(struct trace_array *tr, char *option) in trace_set_options() function
5556 trace_set_options(&global_trace, option); in apply_trace_boot_options()
5581 ret = trace_set_options(tr, buf); in tracing_trace_options_write()