Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace.c7513 struct trace_option_dentry *topts; in create_trace_option_files() local
7537 if (WARN_ON_ONCE(tr->topts[i].tracer->flags == tracer->flags)) in create_trace_option_files()
7546 topts = kcalloc(cnt + 1, sizeof(*topts), GFP_KERNEL); in create_trace_option_files()
7547 if (!topts) in create_trace_option_files()
7550 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()
7553 kfree(topts); in create_trace_option_files()
7557 tr->topts = tr_topts; in create_trace_option_files()
7558 tr->topts[tr->nr_topts].tracer = tracer; in create_trace_option_files()
7559 tr->topts[tr->nr_topts].topts = topts; in create_trace_option_files()
7563 create_trace_option_file(tr, &topts[cnt], flags, in create_trace_option_files()
[all …]
Dtrace.h189 struct trace_option_dentry *topts; member
259 struct trace_options *topts; member