Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace.c9196 for (i = 0; i < tr->nr_topts; i++) { in create_trace_option_files()
9211 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()
9219 tr->topts[tr->nr_topts].tracer = tracer; in create_trace_option_files()
9220 tr->topts[tr->nr_topts].topts = topts; in create_trace_option_files()
9221 tr->nr_topts++; in create_trace_option_files()
9675 for (i = 0; i < tr->nr_topts; i++) { in __remove_instance()
Dtrace.h371 int nr_topts; member