Searched refs:tr_topts (Results 1 – 1 of 1) sorted by relevance
8971 struct trace_options *tr_topts; in create_trace_option_files() local9007 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()9009 if (!tr_topts) { in create_trace_option_files()9014 tr->topts = tr_topts; in create_trace_option_files()