Searched refs:tr_topts (Results 1 – 1 of 1) sorted by relevance
7913 struct trace_options *tr_topts; in create_trace_option_files() local7929 tr_topts = krealloc_array(tr->topts, tr->nr_topts + 1, sizeof(*tr->topts), in create_trace_option_files()7931 if (!tr_topts) { in create_trace_option_files()7936 tr->topts = tr_topts; in create_trace_option_files()