Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/trace/
Dtrace.c3127 destroy_trace_option_files(struct trace_option_dentry *topts);
3131 static struct trace_option_dentry *topts; in tracing_set_tracer() local
3171 destroy_trace_option_files(topts); in tracing_set_tracer()
3175 topts = create_trace_option_files(current_trace); in tracing_set_tracer()
4604 struct trace_option_dentry *topts; in create_trace_option_files() local
4622 topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL); in create_trace_option_files()
4623 if (!topts) in create_trace_option_files()
4627 create_trace_option_file(&topts[cnt], flags, in create_trace_option_files()
4630 return topts; in create_trace_option_files()
4634 destroy_trace_option_files(struct trace_option_dentry *topts) in destroy_trace_option_files() argument
[all …]