Home
last modified time | relevance | path

Searched refs:btf_show (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/kernel/bpf/
Dbtf.c415 struct btf_show { struct
418 __printf(2, 0) void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
460 struct btf_show *show); argument
951 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
1110 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
1120 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
1125 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
1130 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
1142 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function
1163 btf_show(show, "%s%s" fmt "%s%s", \
[all …]
/linux-6.12.1/include/linux/
Dbtf.h111 struct btf_show;