Home
last modified time | relevance | path

Searched defs:show (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dbtf.c422 void (*show)(const struct btf *btf, const struct btf_type *t, member
908 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
1067 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
1077 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
1082 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
1087 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
1099 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show()
1115 #define btf_show_type_value(show, fmt, value) \ argument
1130 #define btf_show_type_values(show, fmt, ...) \ argument
1141 static int btf_show_obj_size_left(struct btf_show *show, void *data) in btf_show_obj_size_left()
[all …]
/kernel/trace/
Dtrace_dynevent.h43 int (*show)(struct seq_file *m, struct dyn_event *ev); member
/kernel/
Dpadata.c855 ssize_t (*show)(struct padata_instance *, struct attribute *, char *); member
/kernel/cgroup/
Dcgroup.c4517 void cgroup_file_show(struct cgroup_file *cfile, bool show) in cgroup_file_show()