Home
last modified time | relevance | path

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

12

/kernel/bpf/
Dbtf.c353 void (*showfn)(struct btf_show *show, const char *fmt, va_list args);
393 void (*show)(const struct btf *btf, const struct btf_type *t, member
395 struct btf_show *show);
805 static const char *btf_show_name(struct btf_show *show) in btf_show_name() argument
814 const struct btf_member *m = show->state.member; in btf_show_name()
815 const struct btf_type *t = show->state.type; in btf_show_name()
817 u32 id = show->state.type_id; in btf_show_name()
823 show->state.name[0] = '\0'; in btf_show_name()
830 if (show->state.array_member) in btf_show_name()
835 member = btf_name_by_offset(show->btf, m->name_off); in btf_show_name()
[all …]
Dtask_iter.c124 .show = task_seq_show,
286 .show = task_file_seq_show,
524 .show = task_vma_seq_show,
Dprog_iter.c78 .show = bpf_prog_seq_show,
Dmap_iter.c78 .show = bpf_map_seq_show,
Dbpf_iter.c133 err = seq->op->show(seq, p); in bpf_seq_read()
180 err = seq->op->show(seq, p); in bpf_seq_read()
/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,
Dtrace_stat.c229 .show = stat_seq_show
Dtrace_stack.c473 .show = t_show,
Dtrace_uprobe.c46 .show = trace_uprobe_show,
778 .show = probes_seq_show
833 .show = probes_profile_seq_show
Dtrace_kprobe.c48 .show = trace_kprobe_show,
1195 .show = probes_seq_show
1256 .show = probes_profile_seq_show
Dtrace_events.c1616 .show = f_show,
2024 .show = t_show,
2031 .show = t_show,
2038 .show = trace_pid_show,
2045 .show = trace_pid_show,
/kernel/power/
Dpower.h84 .show = _name##_show, \
94 .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
Duser_namespace.c709 .show = uid_m_show,
716 .show = gid_m_show,
723 .show = projid_m_show,
Dfail_function.c211 .show = fei_seq_show,
Dkallsyms.c773 .show = s_show
/kernel/locking/
Dlockdep_proc.c124 .show = l_show,
189 .show = lc_show,
636 .show = ls_show,
/kernel/sched/
Dstats.c120 .show = show_schedstat,
/kernel/printk/
Dindex.c122 .show = pi_show,
/kernel/time/
Dtimer_list.c346 .show = timer_list_show,

12