Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace.c9048 struct trace_options *tr_topts; in create_trace_option_files() local
9084 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()
9086 if (!tr_topts) { in create_trace_option_files()
9091 tr->topts = tr_topts; in create_trace_option_files()