Searched refs:show (Results 1 – 25 of 50) sorted by relevance
12
/kernel/bpf/ |
D | btf.c | 382 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); 422 void (*show)(const struct btf *btf, const struct btf_type *t, member 424 struct btf_show *show); 908 static const char *btf_show_name(struct btf_show *show) in btf_show_name() argument 917 const struct btf_member *m = show->state.member; in btf_show_name() 920 u32 id = show->state.type_id; in btf_show_name() 926 show->state.name[0] = '\0'; in btf_show_name() 933 if (show->state.array_member) in btf_show_name() 938 member = btf_name_by_offset(show->btf, m->name_off); in btf_show_name() 950 t = btf_type_by_id(show->btf, id); in btf_show_name() [all …]
|
D | link_iter.c | 78 .show = bpf_link_seq_show,
|
D | prog_iter.c | 78 .show = bpf_prog_seq_show,
|
D | task_iter.c | 265 .show = task_seq_show, 432 .show = task_file_seq_show, 686 .show = task_vma_seq_show,
|
D | map_iter.c | 78 .show = bpf_map_seq_show,
|
D | cgroup_iter.c | 157 .show = cgroup_iter_seq_show,
|
/kernel/trace/ |
D | trace_dynevent.c | 61 if (!ops || !ops->create || !ops->show || !ops->is_busy || in dyn_event_register() 173 return ev->ops->show(m, ev); in dyn_event_seq_show() 182 .show = dyn_event_seq_show
|
D | trace_dynevent.h | 43 int (*show)(struct seq_file *m, struct dyn_event *ev); member
|
D | trace_recursion_record.c | 178 .show = recursed_function_seq_show
|
D | trace_printk.c | 356 .show = t_show,
|
/kernel/power/ |
D | power.h | 87 .show = _name##_show, \ 97 .show = _name##_show, \
|
/kernel/ |
D | padata.c | 855 ssize_t (*show)(struct padata_instance *, struct attribute *, char *); member 936 if (pentry->show) in padata_sysfs_show() 937 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show() 951 if (pentry->show) in padata_sysfs_store() 958 .show = padata_sysfs_show,
|
D | params.c | 671 mk->mp->attrs[mk->mp->num].mattr.show = param_attr_show; in add_sysfs_param() 897 if (!attribute->show) in module_attr_show() 900 ret = attribute->show(attribute, mk, buf); in module_attr_show() 925 .show = module_attr_show,
|
D | Kconfig.hz | 24 with lots of processors that may show reduced performance if
|
D | kallsyms.c | 868 .show = s_show 911 .show = bpf_iter_ksym_seq_show,
|
D | user_namespace.c | 714 .show = uid_m_show, 721 .show = gid_m_show, 728 .show = projid_m_show,
|
D | fail_function.c | 211 .show = fei_seq_show,
|
/kernel/trace/rv/ |
D | rv_reactors.c | 118 .show = reactors_show 158 .show = monitor_reactor_show
|
D | rv.c | 454 .show = monitors_show 461 .show = monitors_show
|
/kernel/locking/ |
D | lockdep_proc.c | 124 .show = l_show, 189 .show = lc_show, 636 .show = ls_show,
|
/kernel/module/ |
D | procfs.c | 110 .show = m_show
|
D | tracking.c | 106 .show = unloaded_tainted_modules_seq_show,
|
/kernel/printk/ |
D | index.c | 121 .show = pi_show,
|
/kernel/irq/ |
D | msi.c | 382 if (attrs[i].show) in msi_sysfs_remove_desc() 408 attrs[i].show = msi_mode_show; in msi_sysfs_populate_desc() 412 attrs[i].show = NULL; in msi_sysfs_populate_desc()
|
/kernel/sched/ |
D | stats.c | 223 .show = show_schedstat,
|
12