Lines Matching refs:tracers
96 struct tracers { struct
1437 struct tracers *t, *n; in free_tracers()
1441 list_for_each_entry_safe(t, n, &tr->tracers, list) { in free_tracers()
5008 struct tracers *t; in tracing_set_tracer()
5024 list_for_each_entry(t, &tr->tracers, list) { in tracing_set_tracer()
7955 struct tracers *t; in get_global_flags_val()
7957 list_for_each_entry(t, &global_trace.tracers, list) { in get_global_flags_val()
7967 static int add_tracer_options(struct trace_array *tr, struct tracers *t) in add_tracer_options()
7985 struct tracers *t; in add_tracer()
8005 list_add(&t->list, &tr->tracers); in add_tracer()
8491 struct tracers *t; in __update_tracer_options()
8494 list_for_each_entry(t, &tr->tracers, list) { in __update_tracer_options()
8616 INIT_LIST_HEAD(&tr->tracers); in trace_array_create_systems()
9885 INIT_LIST_HEAD(&global_trace.tracers); in tracer_alloc_buffers()