Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace.c8978 for (i = 0; i < tr->nr_topts; i++) { in create_trace_option_files()
8993 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()
9001 tr->topts[tr->nr_topts].tracer = tracer; in create_trace_option_files()
9002 tr->topts[tr->nr_topts].topts = topts; in create_trace_option_files()
9003 tr->nr_topts++; in create_trace_option_files()
9459 for (i = 0; i < tr->nr_topts; i++) { in __remove_instance()
Dtrace.h345 int nr_topts; member