Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace.c8825 struct trace_option_dentry *topts; in create_trace_option_files() local
8858 topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL); in create_trace_option_files()
8859 if (!topts) in create_trace_option_files()
8862 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()
8865 kfree(topts); in create_trace_option_files()
8869 tr->topts = tr_topts; in create_trace_option_files()
8870 tr->topts[tr->nr_topts].tracer = tracer; in create_trace_option_files()
8871 tr->topts[tr->nr_topts].topts = topts; in create_trace_option_files()
8877 MEM_FAIL(topts[cnt].entry == NULL, in create_trace_option_files()
9329 kfree(tr->topts[i].topts); in __remove_instance()
[all …]
A Dtrace.h193 struct trace_option_dentry *topts; member
357 struct trace_options *topts; member

Completed in 25 milliseconds