Lines Matching refs:seq_file
30 typedef void (*print_fn_t)(struct seq_file *m, unsigned int *classes);
37 static void SEQ_printf(struct seq_file *m, const char *fmt, ...) in SEQ_printf()
51 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
62 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer()
89 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers()
125 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
143 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu()
206 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice()
273 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header()
288 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header()
296 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show()
350 static void *timer_list_start(struct seq_file *file, loff_t *offset) in timer_list_start()
361 static void *timer_list_next(struct seq_file *file, void *v, loff_t *offset) in timer_list_next()
368 static void timer_list_stop(struct seq_file *seq, void *v) in timer_list_stop()