Searched refs:seq_file (Results 126 - 150 of 1768) sorted by last modified time

1234567891011>>

/linux-master/mm/
H A Dvmalloc.c20 #include <linux/seq_file.h>
4826 static void show_numa_info(struct seq_file *m, struct vm_struct *v)
4850 static void show_purge_info(struct seq_file *m)
4869 static int vmalloc_info_show(struct seq_file *m, void *p)
H A Dslub.c23 #include <linux/seq_file.h>
7026 static int slab_debugfs_show(struct seq_file *seq, void *v)
7092 static void slab_debugfs_stop(struct seq_file *seq, void *v)
7096 static void *slab_debugfs_next(struct seq_file *seq, void *v, loff_t *ppos)
7118 static void *slab_debugfs_start(struct seq_file *seq, loff_t *ppos)
7189 struct seq_file *seq = file->private_data;
H A Dslab_common.c19 #include <linux/seq_file.h>
1030 static void print_slabinfo_header(struct seq_file *m)
1043 static void *slab_start(struct seq_file *m, loff_t *pos)
1049 static void *slab_next(struct seq_file *m, void *p, loff_t *pos)
1054 static void slab_stop(struct seq_file *m, void *p)
1059 static void cache_show(struct kmem_cache *s, struct seq_file *m)
1077 static int slab_show(struct seq_file *m, void *p)
H A Dslab.h482 struct seq_file;
H A Dshmem.c74 #include <linux/seq_file.h>
1532 static void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
1556 static inline void shmem_show_mpol(struct seq_file *seq, struct mempolicy *mpol)
4243 static int shmem_show_options(struct seq_file *seq, struct dentry *root)
H A Dmempolicy.c100 #include <linux/seq_file.h>
H A Dmemcontrol.c55 #include <linux/seq_file.h>
4144 static int mem_cgroup_dummy_seq_show(__always_unused struct seq_file *m,
4416 static int memcg_numa_stat_show(struct seq_file *m, void *v)
4929 static int mem_cgroup_oom_control_read(struct seq_file *sf, void *v)
5407 static int mem_cgroup_slab_show(struct seq_file *m, void *p)
5417 static int memory_stat_show(struct seq_file *m, void *v);
6894 static int seq_puts_memcg_tunable(struct seq_file *m, unsigned long value)
6920 static int memory_min_show(struct seq_file *m, void *v)
6943 static int memory_low_show(struct seq_file *m, void *v)
6966 static int memory_high_show(struct seq_file *
[all...]
H A Dhugetlb_cgroup.c458 static int hugetlb_cgroup_read_numa_stat(struct seq_file *seq, void *dummy)
543 static int hugetlb_cgroup_read_u64_max(struct seq_file *seq, void *v)
676 static int __hugetlb_events_show(struct seq_file *seq, bool local)
695 static int hugetlb_events_show(struct seq_file *seq, void *v)
700 static int hugetlb_events_local_show(struct seq_file *seq, void *v)
H A Dhugetlb.c9 #include <linux/seq_file.h>
5038 void hugetlb_report_meminfo(struct seq_file *m)
5100 void hugetlb_report_usage(struct seq_file *m, struct mm_struct *mm)
H A Dbacking-dev.c40 #include <linux/seq_file.h>
110 static int bdi_debug_stats_show(struct seq_file *m, void *v)
158 static void wb_stats_show(struct seq_file *m, struct bdi_writeback *wb,
193 static int cgwb_debug_stats_show(struct seq_file *m, void *v)
/linux-master/mm/kfence/
H A Dkfence.h143 void kfence_print_object(struct seq_file *seq, const struct kfence_metadata *meta);
H A Dcore.c29 #include <linux/seq_file.h>
695 static int stats_show(struct seq_file *seq, void *v)
708 * debugfs seq_file operations for /sys/kernel/debug/kfence/objects.
712 static void *start_object(struct seq_file *seq, loff_t *pos)
719 static void stop_object(struct seq_file *seq, void *v)
723 static void *next_object(struct seq_file *seq, void *v, loff_t *pos)
731 static int show_object(struct seq_file *seq, void *v)
/linux-master/lib/
H A Dalloc_tag.c9 #include <linux/seq_file.h>
19 static void *allocinfo_start(struct seq_file *m, loff_t *pos)
38 static void *allocinfo_next(struct seq_file *m, void *arg, loff_t *pos)
50 static void allocinfo_stop(struct seq_file *m, void *arg)
72 static int allocinfo_show(struct seq_file *m, void *arg)
/linux-master/kernel/trace/
H A Dtrace_uprobe.c40 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev);
743 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev)
763 static int probes_seq_show(struct seq_file *m, void *v)
814 static int probes_profile_seq_show(struct seq_file *m, void *v)
H A Dtrace_probe.h13 #include <linux/seq_file.h>
H A Dtrace_kprobe.c41 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev);
1208 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev)
1234 static int probes_seq_show(struct seq_file *m, void *v)
1291 static int probes_profile_seq_show(struct seq_file *m, void *v)
H A Dtrace_fprobe.c26 static int trace_fprobe_show(struct seq_file *m, struct dyn_event *ev);
1187 static int trace_fprobe_show(struct seq_file *m, struct dyn_event *ev)
H A Dtrace_events_user.c1813 static int user_event_show(struct seq_file *m, struct dyn_event *ev)
2761 static void *user_seq_start(struct seq_file *m, loff_t *pos)
2769 static void *user_seq_next(struct seq_file *m, void *p, loff_t *pos)
2775 static void user_seq_stop(struct seq_file *m, void *p)
2779 static int user_seq_show(struct seq_file *m, void *p)
2843 /* Chain group to seq_file */
2844 struct seq_file *m = file->private_data;
H A Dtrace.h587 void (*print_header)(struct seq_file *m);
678 void trace_latency_header(struct seq_file *m);
679 void trace_default_header(struct seq_file *m);
680 void print_trace_header(struct seq_file *m, struct trace_iterator *iter);
719 int trace_pid_show(struct seq_file *m, void *v);
884 extern void print_graph_headers_flags(struct seq_file *s, u32 flags);
1090 int (*print)(struct seq_file *m,
1625 extern int event_enable_trigger_print(struct seq_file *m,
1743 int (*print)(struct seq_file *m,
H A Dtrace.c21 #include <linux/seq_file.h>
661 * trace_pid_next - Used for seq_file to get to the next pid of a pid_list
666 * This is used by the seq_file "next" operation to iterate the pids
690 * trace_pid_start - Used for seq_file to start reading pid lists
694 * This is used by seq_file "start" operation to start the iteration
719 * trace_pid_show - show the current pid in seq_file processing
720 * @m: The seq_file structure to write into
723 * Can be directly used by seq_file operations to display the current
726 int trace_pid_show(struct seq_file *m, void *v)
3910 static void *s_next(struct seq_file *
[all...]
H A Dftrace.c22 #include <linux/seq_file.h>
518 static int function_stat_headers(struct seq_file *m)
532 static int function_stat_show(struct seq_file *m, void *v)
3353 t_probe_next(struct seq_file *m, loff_t *pos)
3430 static void *t_probe_start(struct seq_file *m, loff_t *pos)
3460 t_probe_show(struct seq_file *m, struct ftrace_iterator *iter)
3484 t_mod_next(struct seq_file *m, loff_t *pos)
3505 static void *t_mod_start(struct seq_file *m, loff_t *pos)
3537 t_mod_show(struct seq_file *m, struct ftrace_iterator *iter)
3560 t_func_next(struct seq_file *
[all...]
/linux-master/kernel/
H A Dseccomp.c2462 static void proc_pid_seccomp_cache_arch(struct seq_file *m, const char *name,
2475 int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
/linux-master/kernel/sched/
H A Drt.c3021 void print_rt_stats(struct seq_file *m, int cpu)
H A Ddeadline.c3210 void print_dl_stats(struct seq_file *m, int cpu)
H A Dautogroup.c268 void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m)

Completed in 468 milliseconds

1234567891011>>