Searched refs:stat_show (Results 1 – 5 of 5) sorted by relevance
21 int (*stat_show)(struct seq_file *s, void *p); member
224 return session->ts->stat_show(s, l->stat); in stat_seq_show()310 if (!trace->stat_start || !trace->stat_next || !trace->stat_show) in register_stat_tracer()
370 .stat_show = annotate_branch_stat_show435 .stat_show = all_branch_stat_show
975 .stat_show = function_stat_show
261 static int stat_show(struct seq_file *s, void *v) in stat_show() function433 return single_open(file, stat_show, inode->i_private); in stat_open()