Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_stat.h12 struct tracer_stat { struct
16 void *(*stat_start)(struct tracer_stat *trace); argument
31 extern int register_stat_tracer(struct tracer_stat *trace); argument
32 extern void unregister_stat_tracer(struct tracer_stat *trace);
H A Dtrace_stat.c34 struct tracer_stat *ts;
125 struct tracer_stat *ts = session->ts; in stat_seq_init()
305 int register_stat_tracer(struct tracer_stat *trace) in register_stat_tracer()
345 void unregister_stat_tracer(struct tracer_stat *trace) in unregister_stat_tracer()