Searched refs:topts (Results 1 – 2 of 2) sorted by relevance
6374 struct trace_option_dentry *topts; in create_trace_option_files() local6401 if (tr->topts[i].tracer->flags == tracer->flags) in create_trace_option_files()6410 topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL); in create_trace_option_files()6411 if (!topts) in create_trace_option_files()6414 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()6417 kfree(topts); in create_trace_option_files()6421 tr->topts = tr_topts; in create_trace_option_files()6422 tr->topts[tr->nr_topts].tracer = tracer; in create_trace_option_files()6423 tr->topts[tr->nr_topts].topts = topts; in create_trace_option_files()6427 create_trace_option_file(tr, &topts[cnt], flags, in create_trace_option_files()[all …]
175 struct trace_option_dentry *topts; member243 struct trace_options *topts; member