Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 50) sorted by relevance

12

/kernel/bpf/
Dbtf.c382 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 …]
Dlink_iter.c78 .show = bpf_link_seq_show,
Dprog_iter.c78 .show = bpf_prog_seq_show,
Dtask_iter.c265 .show = task_seq_show,
432 .show = task_file_seq_show,
686 .show = task_vma_seq_show,
Dmap_iter.c78 .show = bpf_map_seq_show,
Dcgroup_iter.c157 .show = cgroup_iter_seq_show,
/kernel/trace/
Dtrace_dynevent.c61 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
Dtrace_dynevent.h43 int (*show)(struct seq_file *m, struct dyn_event *ev); member
Dtrace_recursion_record.c178 .show = recursed_function_seq_show
Dtrace_printk.c356 .show = t_show,
/kernel/power/
Dpower.h87 .show = _name##_show, \
97 .show = _name##_show, \
/kernel/
Dpadata.c855 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,
Dparams.c671 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,
DKconfig.hz24 with lots of processors that may show reduced performance if
Dkallsyms.c868 .show = s_show
911 .show = bpf_iter_ksym_seq_show,
Duser_namespace.c714 .show = uid_m_show,
721 .show = gid_m_show,
728 .show = projid_m_show,
Dfail_function.c211 .show = fei_seq_show,
/kernel/trace/rv/
Drv_reactors.c118 .show = reactors_show
158 .show = monitor_reactor_show
Drv.c454 .show = monitors_show
461 .show = monitors_show
/kernel/locking/
Dlockdep_proc.c124 .show = l_show,
189 .show = lc_show,
636 .show = ls_show,
/kernel/module/
Dprocfs.c110 .show = m_show
Dtracking.c106 .show = unloaded_tainted_modules_seq_show,
/kernel/printk/
Dindex.c121 .show = pi_show,
/kernel/irq/
Dmsi.c382 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/
Dstats.c223 .show = show_schedstat,

12