Searched refs:show (Results 1 – 25 of 30) sorted by relevance
12
/kernel/trace/ |
D | trace_dynevent.c | 23 if (!ops || !ops->create || !ops->show || !ops->is_busy || in dyn_event_register() 123 return ev->ops->show(m, ev); in dyn_event_seq_show() 132 .show = dyn_event_seq_show
|
D | trace_dynevent.h | 43 int (*show)(struct seq_file *m, struct dyn_event *ev); member
|
D | trace_printk.c | 345 .show = t_show,
|
D | trace_stat.c | 231 .show = stat_seq_show
|
D | trace_stack.c | 474 .show = t_show,
|
D | trace_uprobe.c | 52 .show = trace_uprobe_show, 774 .show = probes_seq_show 829 .show = probes_profile_seq_show
|
D | trace_kprobe.c | 47 .show = trace_kprobe_show, 953 .show = probes_seq_show 1011 .show = probes_profile_seq_show
|
D | trace_events.c | 1290 .show = f_show, 1662 .show = t_show, 1669 .show = t_show, 1676 .show = trace_pid_show,
|
D | Kconfig | 764 The "print fmt" of the trace events will show the enum/sizeof names 774 used to show what enums/sizeof the kernel tried to convert. 777 in the tracing directory called "eval_map" that will show the
|
D | trace.c | 4065 .show = s_show, 4373 .show = t_show, 5078 .show = saved_tgids_show, 5158 .show = saved_cmdlines_show, 5326 .show = eval_map_show, 7148 .show = tracing_err_log_seq_show
|
/kernel/power/ |
D | power.h | 84 .show = _name##_show, \ 94 .show = _name##_show, \
|
D | Kconfig | 286 Per-cpu workqueues are generally preferred because they show
|
/kernel/ |
D | padata.c | 842 ssize_t (*show)(struct padata_instance *, struct attribute *, char *); member 923 if (pentry->show) in padata_sysfs_show() 924 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show() 938 if (pentry->show) in padata_sysfs_store() 945 .show = padata_sysfs_show,
|
D | params.c | 652 mk->mp->attrs[mk->mp->num].mattr.show = param_attr_show; in add_sysfs_param() 880 if (!attribute->show) in module_attr_show() 883 ret = attribute->show(attribute, mk, buf); in module_attr_show() 908 .show = module_attr_show,
|
D | Kconfig.hz | 24 with lots of processors that may show reduced performance if
|
D | user_namespace.c | 692 .show = uid_m_show, 699 .show = gid_m_show, 706 .show = projid_m_show,
|
D | fail_function.c | 214 .show = fei_seq_show,
|
D | kallsyms.c | 666 .show = s_show
|
D | kprobes.c | 2384 .show = show_kprobe_addr 2432 .show = kprobe_blacklist_seq_show,
|
/kernel/locking/ |
D | lockdep_proc.c | 101 .show = l_show, 159 .show = lc_show, 584 .show = ls_show,
|
/kernel/sched/ |
D | stats.c | 120 .show = show_schedstat,
|
D | debug.c | 802 .show = sched_debug_show,
|
/kernel/time/ |
D | timer_list.c | 366 .show = timer_list_show,
|
/kernel/gcov/ |
D | fs.c | 136 .show = gcov_seq_show,
|
/kernel/bpf/ |
D | inode.c | 246 .show = map_seq_show,
|
12