Searched refs:topts (Results 1 – 1 of 1) sorted by relevance
3726 destroy_trace_option_files(struct trace_option_dentry *topts);3730 static struct trace_option_dentry *topts; in tracing_set_tracer() local3784 destroy_trace_option_files(topts); in tracing_set_tracer()3786 topts = create_trace_option_files(tr, t); in tracing_set_tracer()5629 struct trace_option_dentry *topts; in create_trace_option_files() local5647 topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL); in create_trace_option_files()5648 if (!topts) in create_trace_option_files()5652 create_trace_option_file(tr, &topts[cnt], flags, in create_trace_option_files()5655 return topts; in create_trace_option_files()5659 destroy_trace_option_files(struct trace_option_dentry *topts) in destroy_trace_option_files() argument[all …]