• Home
  • Raw
  • Download

Lines Matching refs:tracer

823 static struct tracer		*trace_types __read_mostly;
1113 struct tracer *tracer = tr->current_trace; in tracing_snapshot_instance_cond() local
1130 if (tracer->use_max_tr) { in tracing_snapshot_instance_cond()
1933 struct tracer *type;
1938 static int save_selftest(struct tracer *type) in save_selftest()
1951 static int run_tracer_selftest(struct tracer *type) in run_tracer_selftest()
1954 struct tracer *saved_tracer = tr->current_trace; in run_tracer_selftest()
2027 struct tracer *t, **last; in init_trace_selftests()
2071 static inline int run_tracer_selftest(struct tracer *type) in run_tracer_selftest()
2077 static void add_tracer_options(struct trace_array *tr, struct tracer *t);
2087 int __init register_tracer(struct tracer *type) in register_tracer()
2089 struct tracer *t; in register_tracer()
4302 struct tracer *type = iter->trace; in print_trace_header()
5037 trace_ok_for_array(struct tracer *t, struct trace_array *tr) in trace_ok_for_array()
5043 static struct tracer *
5044 get_tracer_for_array(struct trace_array *tr, struct tracer *t) in get_tracer_for_array()
5056 struct tracer *t = v; in t_next()
5069 struct tracer *t; in t_start()
5088 struct tracer *t = v; in t_show()
5313 struct tracer *trace = tracer_flags->trace; in __set_tracer_option()
5330 struct tracer *trace = tr->current_trace; in set_tracer_option()
5346 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite() argument
5348 if (tracer->enabled && (mask & TRACE_ITER_OVERWRITE) && !set) in trace_keep_overwrite()
6216 int tracer_init(struct tracer *t, struct trace_array *tr) in tracer_init()
6382 create_trace_option_files(struct trace_array *tr, struct tracer *tracer);
6403 static void add_tracer_options(struct trace_array *tr, struct tracer *t) in add_tracer_options()
6418 struct tracer *t; in tracing_set_tracer()
9045 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) in create_trace_option_files() argument
9054 if (!tracer) in create_trace_option_files()
9057 flags = tracer->flags; in create_trace_option_files()
9066 if (!trace_ok_for_array(tracer, tr)) in create_trace_option_files()
9071 if (WARN_ON_ONCE(tr->topts[i].tracer->flags == tracer->flags)) in create_trace_option_files()
9092 tr->topts[tr->nr_topts].tracer = tracer; in create_trace_option_files()
9331 struct tracer *t; in __update_tracer_options()