Lines Matching refs:v
434 void *trace_pid_next(struct trace_pid_list *pid_list, void *v, loff_t *pos) in trace_pid_next() argument
436 unsigned long pid = (unsigned long)v; in trace_pid_next()
485 int trace_pid_show(struct seq_file *m, void *v) in trace_pid_show() argument
487 unsigned long pid = (unsigned long)v - 1; in trace_pid_show()
3379 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next() argument
4006 static int s_show(struct seq_file *m, void *v) in s_show() argument
4008 struct trace_iterator *iter = v; in s_show()
4320 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() argument
4323 struct tracer *t = v; in t_next()
4353 static int t_show(struct seq_file *m, void *v) in t_show() argument
4355 struct tracer *t = v; in t_show()
4523 static int tracing_trace_options_show(struct seq_file *m, void *v) in tracing_trace_options_show() argument
5027 static void *saved_tgids_next(struct seq_file *m, void *v, loff_t *pos) in saved_tgids_next() argument
5029 int *ptr = v; in saved_tgids_next()
5046 void *v; in saved_tgids_start() local
5052 v = &tgid_map[0]; in saved_tgids_start()
5054 v = saved_tgids_next(m, v, &l); in saved_tgids_start()
5055 if (!v) in saved_tgids_start()
5059 return v; in saved_tgids_start()
5062 static void saved_tgids_stop(struct seq_file *m, void *v) in saved_tgids_stop() argument
5066 static int saved_tgids_show(struct seq_file *m, void *v) in saved_tgids_show() argument
5068 int pid = (int *)v - tgid_map; in saved_tgids_show()
5100 static void *saved_cmdlines_next(struct seq_file *m, void *v, loff_t *pos) in saved_cmdlines_next() argument
5102 unsigned int *ptr = v; in saved_cmdlines_next()
5122 void *v; in saved_cmdlines_start() local
5128 v = &savedcmd->map_cmdline_to_pid[0]; in saved_cmdlines_start()
5130 v = saved_cmdlines_next(m, v, &l); in saved_cmdlines_start()
5131 if (!v) in saved_cmdlines_start()
5135 return v; in saved_cmdlines_start()
5138 static void saved_cmdlines_stop(struct seq_file *m, void *v) in saved_cmdlines_stop() argument
5144 static int saved_cmdlines_show(struct seq_file *m, void *v) in saved_cmdlines_show() argument
5147 unsigned int *pid = v; in saved_cmdlines_show()
5267 static void *eval_map_next(struct seq_file *m, void *v, loff_t *pos) in eval_map_next() argument
5269 union trace_eval_map_item *ptr = v; in eval_map_next()
5290 union trace_eval_map_item *v; in eval_map_start() local
5295 v = trace_eval_maps; in eval_map_start()
5296 if (v) in eval_map_start()
5297 v++; in eval_map_start()
5299 while (v && l < *pos) { in eval_map_start()
5300 v = eval_map_next(m, v, &l); in eval_map_start()
5303 return v; in eval_map_start()
5306 static void eval_map_stop(struct seq_file *m, void *v) in eval_map_stop() argument
5311 static int eval_map_show(struct seq_file *m, void *v) in eval_map_show() argument
5313 union trace_eval_map_item *ptr = v; in eval_map_show()
6518 static int tracing_clock_show(struct seq_file *m, void *v) in tracing_clock_show() argument
6611 static int tracing_time_stamp_mode_show(struct seq_file *m, void *v) in tracing_time_stamp_mode_show() argument
7102 static void *tracing_err_log_seq_next(struct seq_file *m, void *v, loff_t *pos) in tracing_err_log_seq_next() argument
7106 return seq_list_next(v, &tr->err_log, pos); in tracing_err_log_seq_next()
7109 static void tracing_err_log_seq_stop(struct seq_file *m, void *v) in tracing_err_log_seq_stop() argument
7125 static int tracing_err_log_seq_show(struct seq_file *m, void *v) in tracing_err_log_seq_show() argument
7127 struct tracing_log_err *err = v; in tracing_err_log_seq_show()