• Home
  • Raw
  • Download

Lines Matching defs:m

663 int trace_pid_show(struct seq_file *m, void *v)  in trace_pid_show()
3639 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
3699 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
3764 static void s_stop(struct seq_file *m, void *p) in s_stop()
3840 static void print_lat_help_header(struct seq_file *m) in print_lat_help_header()
3852 static void print_event_info(struct array_buffer *buf, struct seq_file *m) in print_event_info()
3863 static void print_func_help_header(struct array_buffer *buf, struct seq_file *m, in print_func_help_header()
3874 static void print_func_help_header_irq(struct array_buffer *buf, struct seq_file *m, in print_func_help_header_irq()
3893 print_trace_header(struct seq_file *m, struct trace_iterator *iter) in print_trace_header()
4176 void trace_latency_header(struct seq_file *m) in trace_latency_header()
4192 void trace_default_header(struct seq_file *m) in trace_default_header()
4220 static void test_ftrace_alive(struct seq_file *m) in test_ftrace_alive()
4229 static void show_snapshot_main_help(struct seq_file *m) in show_snapshot_main_help()
4239 static void show_snapshot_percpu_help(struct seq_file *m) in show_snapshot_percpu_help()
4254 static void print_snapshot_help(struct seq_file *m, struct trace_iterator *iter) in print_snapshot_help()
4269 static inline void print_snapshot_help(struct seq_file *m, struct trace_iterator *iter) { } in print_snapshot_help()
4272 static int s_show(struct seq_file *m, void *v) in s_show()
4516 struct seq_file *m = file->private_data; in tracing_release() local
4634 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
4647 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
4662 static void t_stop(struct seq_file *m, void *p) in t_stop()
4667 static int t_show(struct seq_file *m, void *v) in t_show()
4693 struct seq_file *m; in show_traces_open() local
4861 static int tracing_trace_options_show(struct seq_file *m, void *v) in tracing_trace_options_show()
5066 struct seq_file *m = filp->private_data; in tracing_trace_options_write() local
5387 static void *saved_tgids_next(struct seq_file *m, void *v, loff_t *pos) in saved_tgids_next()
5394 static void *saved_tgids_start(struct seq_file *m, loff_t *pos) in saved_tgids_start()
5401 static void saved_tgids_stop(struct seq_file *m, void *v) in saved_tgids_stop()
5405 static int saved_tgids_show(struct seq_file *m, void *v) in saved_tgids_show()
5444 static void *saved_cmdlines_next(struct seq_file *m, void *v, loff_t *pos) in saved_cmdlines_next()
5464 static void *saved_cmdlines_start(struct seq_file *m, loff_t *pos) in saved_cmdlines_start()
5482 static void saved_cmdlines_stop(struct seq_file *m, void *v) in saved_cmdlines_stop()
5488 static int saved_cmdlines_show(struct seq_file *m, void *v) in saved_cmdlines_show()
5603 static void *eval_map_next(struct seq_file *m, void *v, loff_t *pos) in eval_map_next()
5622 static void *eval_map_start(struct seq_file *m, loff_t *pos) in eval_map_start()
5640 static void eval_map_stop(struct seq_file *m, void *v) in eval_map_stop()
5645 static int eval_map_show(struct seq_file *m, void *v) in eval_map_show()
6874 static int tracing_clock_show(struct seq_file *m, void *v) in tracing_clock_show()
6926 struct seq_file *m = filp->private_data; in tracing_clock_write() local
6967 static int tracing_time_stamp_mode_show(struct seq_file *m, void *v) in tracing_time_stamp_mode_show()
7042 struct seq_file *m; in tracing_snapshot_open() local
7088 struct seq_file *m = filp->private_data; in tracing_snapshot_write() local
7173 struct seq_file *m = file->private_data; in tracing_snapshot_release() local
7460 static void *tracing_err_log_seq_start(struct seq_file *m, loff_t *pos) in tracing_err_log_seq_start()
7469 static void *tracing_err_log_seq_next(struct seq_file *m, void *v, loff_t *pos) in tracing_err_log_seq_next()
7476 static void tracing_err_log_seq_stop(struct seq_file *m, void *v) in tracing_err_log_seq_stop()
7481 static void tracing_err_log_show_pos(struct seq_file *m, u8 pos) in tracing_err_log_show_pos()
7492 static int tracing_err_log_seq_show(struct seq_file *m, void *v) in tracing_err_log_seq_show()
7534 struct seq_file *m = file->private_data; in tracing_err_log_open() local
8021 ftrace_snapshot_print(struct seq_file *m, unsigned long ip, in ftrace_snapshot_print()