Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 48) sorted by relevance

12

/kernel/rcu/
Dtree_trace.c54 struct seq_file *m = (struct seq_file *)file->private_data; in r_open() local
60 static void *r_start(struct seq_file *m, loff_t *pos) in r_start()
69 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next()
75 static void r_stop(struct seq_file *m, void *v) in r_stop()
79 static int show_rcubarrier(struct seq_file *m, void *v) in show_rcubarrier()
112 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data()
154 static int show_rcudata(struct seq_file *m, void *v) in show_rcudata()
180 static int show_rcuexp(struct seq_file *m, void *v) in show_rcuexp()
214 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) in print_one_rcu_node_boost()
237 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost()
[all …]
Dtiny_plugin.h87 static int show_tiny_stats(struct seq_file *m, void *unused) in show_tiny_stats()
/kernel/locking/
Dlockdep_proc.c26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
36 static void l_stop(struct seq_file *m, void *v) in l_stop()
40 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
57 static int l_show(struct seq_file *m, void *v) in l_show()
116 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
127 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
133 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
137 static int lc_show(struct seq_file *m, void *v) in lc_show()
184 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
[all …]
Drtmutex.h14 #define rt_mutex_deadlock_account_lock(m, t) do { } while (0) argument
22 #define debug_rt_mutex_init(m, n) do { } while (0) argument
/kernel/time/
Dtimer_list.c38 #define SEQ_printf(m, x...) \ argument
46 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
57 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer()
84 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers()
120 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
138 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu()
201 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice()
242 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header()
257 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header()
265 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show()
Dtimer_stats.c270 static void print_name_offset(struct seq_file *m, unsigned long addr) in print_name_offset()
280 static int tstats_show(struct seq_file *m, void *v) in tstats_show()
/kernel/sched/
Ddebug.c28 #define SEQ_printf(m, x...) \ argument
62 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats()
112 print_task(struct seq_file *m, struct rq *rq, struct task_struct *p) in print_task()
143 static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) in print_rq()
164 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
237 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
261 static void print_cpu(struct seq_file *m, int cpu) in print_cpu()
339 static void sched_debug_header(struct seq_file *m) in sched_debug_header()
391 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show()
503 static void sched_show_numa(struct task_struct *p, struct seq_file *m) in sched_show_numa()
[all …]
/kernel/trace/
Dtrace_stack.c285 __next(struct seq_file *m, loff_t *pos) in __next()
297 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
303 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
320 static void t_stop(struct seq_file *m, void *p) in t_stop()
332 static int trace_lookup_stack(struct seq_file *m, long i) in trace_lookup_stack()
339 static void print_disabled(struct seq_file *m) in print_disabled()
350 static int t_show(struct seq_file *m, void *v) in t_show()
Dtrace_events_trigger.c120 static void *trigger_next(struct seq_file *m, void *t, loff_t *pos) in trigger_next()
130 static void *trigger_start(struct seq_file *m, loff_t *pos) in trigger_start()
146 static void trigger_stop(struct seq_file *m, void *t) in trigger_stop()
151 static int trigger_show(struct seq_file *m, void *v) in trigger_show()
194 struct seq_file *m = file->private_data; in event_trigger_regex_open() local
371 event_trigger_print(const char *name, struct seq_file *m, in event_trigger_print()
802 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
810 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
916 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
994 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
[all …]
Dtrace_functions.c356 ftrace_probe_print(const char *name, struct seq_file *m, in ftrace_probe_print()
372 ftrace_traceon_print(struct seq_file *m, unsigned long ip, in ftrace_traceon_print()
379 ftrace_traceoff_print(struct seq_file *m, unsigned long ip, in ftrace_traceoff_print()
386 ftrace_stacktrace_print(struct seq_file *m, unsigned long ip, in ftrace_stacktrace_print()
393 ftrace_dump_print(struct seq_file *m, unsigned long ip, in ftrace_dump_print()
400 ftrace_cpudump_print(struct seq_file *m, unsigned long ip, in ftrace_cpudump_print()
Dtrace_printk.c281 t_start(struct seq_file *m, loff_t *pos) in t_start()
287 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next()
293 static int t_show(struct seq_file *m, void *v) in t_show()
330 static void t_stop(struct seq_file *m, void *p) in t_stop()
Dtrace.c2392 static void *s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
2453 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
2514 static void s_stop(struct seq_file *m, void *p) in s_stop()
2558 static void print_lat_help_header(struct seq_file *m) in print_lat_help_header()
2570 static void print_event_info(struct trace_buffer *buf, struct seq_file *m) in print_event_info()
2581 static void print_func_help_header(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header()
2588 static void print_func_help_header_tgid(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header_tgid()
2595 static void print_func_help_header_irq(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header_irq()
2607 static void print_func_help_header_irq_tgid(struct trace_buffer *buf, struct seq_file *m) in print_func_help_header_irq_tgid()
2620 print_trace_header(struct seq_file *m, struct trace_iterator *iter) in print_trace_header()
[all …]
Dtrace_events.c595 struct seq_file *m = file->private_data; in ftrace_event_write() local
633 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
655 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
673 s_next(struct seq_file *m, void *v, loff_t *pos) in s_next()
688 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
705 static int t_show(struct seq_file *m, void *v) in t_show()
717 static void t_stop(struct seq_file *m, void *p) in t_stop()
880 static void *f_next(struct seq_file *m, void *v, loff_t *pos) in f_next()
912 static int f_show(struct seq_file *m, void *v) in f_show()
962 static void *f_start(struct seq_file *m, loff_t *pos) in f_start()
[all …]
Dtrace_branch.c237 static int annotated_branch_stat_headers(struct seq_file *m) in annotated_branch_stat_headers()
261 static int branch_stat_show(struct seq_file *m, void *v) in branch_stat_show()
366 static int all_branch_stat_headers(struct seq_file *m) in all_branch_stat_headers()
Dftrace.c565 static int function_stat_headers(struct seq_file *m) in function_stat_headers()
579 static int function_stat_show(struct seq_file *m, void *v) in function_stat_show()
2767 t_hash_next(struct seq_file *m, loff_t *pos) in t_hash_next()
2808 static void *t_hash_start(struct seq_file *m, loff_t *pos) in t_hash_start()
2836 t_hash_show(struct seq_file *m, struct ftrace_iterator *iter) in t_hash_show()
2857 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
2913 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
2970 static void t_stop(struct seq_file *m, void *p) in t_stop()
2975 static int t_show(struct seq_file *m, void *v) in t_show()
3129 struct seq_file *m = file->private_data; in ftrace_regex_open() local
[all …]
Dtrace_kprobe.c803 static void *probes_seq_start(struct seq_file *m, loff_t *pos) in probes_seq_start()
809 static void *probes_seq_next(struct seq_file *m, void *v, loff_t *pos) in probes_seq_next()
814 static void probes_seq_stop(struct seq_file *m, void *v) in probes_seq_stop()
819 static int probes_seq_show(struct seq_file *m, void *v) in probes_seq_show()
880 static int probes_profile_seq_show(struct seq_file *m, void *v) in probes_profile_seq_show()
Dtrace_uprobe.c580 static void *probes_seq_start(struct seq_file *m, loff_t *pos) in probes_seq_start()
586 static void *probes_seq_next(struct seq_file *m, void *v, loff_t *pos) in probes_seq_next()
591 static void probes_seq_stop(struct seq_file *m, void *v) in probes_seq_stop()
596 static int probes_seq_show(struct seq_file *m, void *v) in probes_seq_show()
649 static int probes_profile_seq_show(struct seq_file *m, void *v) in probes_profile_seq_show()
/kernel/irq/
Dproc.c40 static int show_irq_affinity(int type, struct seq_file *m, void *v) in show_irq_affinity()
57 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show()
83 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show()
88 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show()
188 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show()
244 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show()
265 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show()
/kernel/
Ddma.c117 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
130 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
Dkallsyms.c508 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next()
517 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
524 static void s_stop(struct seq_file *m, void *p) in s_stop()
528 static int s_show(struct seq_file *m, void *p) in s_show()
Dresource.c75 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next()
86 static void *r_start(struct seq_file *m, loff_t *pos) in r_start()
97 static void r_stop(struct seq_file *m, void *v) in r_stop()
103 static int r_show(struct seq_file *m, void *v) in r_show()
132 struct seq_file *m = file->private_data; in ioports_open() local
142 struct seq_file *m = file->private_data; in iomem_open() local
Dexec_domain.c159 static int execdomains_proc_show(struct seq_file *m, void *v) in execdomains_proc_show()
Dtorture.c713 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
733 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
Dlatencytop.c238 static int lstats_show(struct seq_file *m, void *v) in lstats_show()
/kernel/power/
Dswap.c443 unsigned int m; in save_image() local
578 unsigned int m; in save_image_lzo() local
966 unsigned int m; in load_image() local
1066 unsigned int m; in load_image_lzo() local

12