Searched refs:stat_show (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_stat.h9 * an iterator with stat_start/stat_next and a stat_show callbacks.
21 int (*stat_show)(struct seq_file *s, void *p); member in struct:tracer_stat
H A Dtrace_stat.c222 return session->ts->stat_show(s, l->stat);
316 if (!trace->stat_start || !trace->stat_next || !trace->stat_show)
H A Dtrace_branch.c374 .stat_show = annotate_branch_stat_show
439 .stat_show = all_branch_stat_show
H A Dftrace.c982 .stat_show = function_stat_show
/linux-master/fs/f2fs/
H A Ddebug.c371 static int stat_show(struct seq_file *s, void *v) function

Completed in 135 milliseconds