Lines Matching defs:m
671 int trace_pid_show(struct seq_file *m, void *v) in trace_pid_show()
4041 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
4101 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
4166 static void s_stop(struct seq_file *m, void *p) in s_stop()
4242 static void print_lat_help_header(struct seq_file *m) in print_lat_help_header()
4255 static void print_event_info(struct array_buffer *buf, struct seq_file *m) in print_event_info()
4266 static void print_func_help_header(struct array_buffer *buf, struct seq_file *m, in print_func_help_header()
4277 static void print_func_help_header_irq(struct array_buffer *buf, struct seq_file *m, in print_func_help_header_irq()
4297 print_trace_header(struct seq_file *m, struct trace_iterator *iter) in print_trace_header()
4572 void trace_latency_header(struct seq_file *m) in trace_latency_header()
4588 void trace_default_header(struct seq_file *m) in trace_default_header()
4616 static void test_ftrace_alive(struct seq_file *m) in test_ftrace_alive()
4625 static void show_snapshot_main_help(struct seq_file *m) in show_snapshot_main_help()
4635 static void show_snapshot_percpu_help(struct seq_file *m) in show_snapshot_percpu_help()
4650 static void print_snapshot_help(struct seq_file *m, struct trace_iterator *iter) in print_snapshot_help()
4665 static inline void print_snapshot_help(struct seq_file *m, struct trace_iterator *iter) { } in print_snapshot_help()
4668 static int s_show(struct seq_file *m, void *v) in s_show()
4934 struct seq_file *m = file->private_data; in tracing_release() local
5053 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
5066 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
5081 static void t_stop(struct seq_file *m, void *p) in t_stop()
5086 static int t_show(struct seq_file *m, void *v) in t_show()
5112 struct seq_file *m; in show_traces_open() local
5280 static int tracing_trace_options_show(struct seq_file *m, void *v) in tracing_trace_options_show()
5485 struct seq_file *m = filp->private_data; in tracing_trace_options_write() local
5823 static void *saved_tgids_next(struct seq_file *m, void *v, loff_t *pos) in saved_tgids_next()
5830 static void *saved_tgids_start(struct seq_file *m, loff_t *pos) in saved_tgids_start()
5837 static void saved_tgids_stop(struct seq_file *m, void *v) in saved_tgids_stop()
5841 static int saved_tgids_show(struct seq_file *m, void *v) in saved_tgids_show()
5880 static void *saved_cmdlines_next(struct seq_file *m, void *v, loff_t *pos) in saved_cmdlines_next()
5900 static void *saved_cmdlines_start(struct seq_file *m, loff_t *pos) in saved_cmdlines_start()
5918 static void saved_cmdlines_stop(struct seq_file *m, void *v) in saved_cmdlines_stop()
5924 static int saved_cmdlines_show(struct seq_file *m, void *v) in saved_cmdlines_show()
6039 static void *eval_map_next(struct seq_file *m, void *v, loff_t *pos) in eval_map_next()
6058 static void *eval_map_start(struct seq_file *m, loff_t *pos) in eval_map_start()
6076 static void eval_map_stop(struct seq_file *m, void *v) in eval_map_stop()
6081 static int eval_map_show(struct seq_file *m, void *v) in eval_map_show()
7300 static int tracing_clock_show(struct seq_file *m, void *v) in tracing_clock_show()
7352 struct seq_file *m = filp->private_data; in tracing_clock_write() local
7393 static int tracing_time_stamp_mode_show(struct seq_file *m, void *v) in tracing_time_stamp_mode_show()
7471 struct seq_file *m; in tracing_snapshot_open() local
7517 struct seq_file *m = filp->private_data; in tracing_snapshot_write() local
7602 struct seq_file *m = file->private_data; in tracing_snapshot_release() local
8003 static void *tracing_err_log_seq_start(struct seq_file *m, loff_t *pos) in tracing_err_log_seq_start()
8012 static void *tracing_err_log_seq_next(struct seq_file *m, void *v, loff_t *pos) in tracing_err_log_seq_next()
8019 static void tracing_err_log_seq_stop(struct seq_file *m, void *v) in tracing_err_log_seq_stop()
8024 static void tracing_err_log_show_pos(struct seq_file *m, u16 pos) in tracing_err_log_show_pos()
8035 static int tracing_err_log_seq_show(struct seq_file *m, void *v) in tracing_err_log_seq_show()
8077 struct seq_file *m = file->private_data; in tracing_err_log_open() local
8605 ftrace_snapshot_print(struct seq_file *m, unsigned long ip, in ftrace_snapshot_print()