Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c379 struct btf_show { struct
382 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
424 struct btf_show *show); argument
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() function
1120 btf_show(show, "%s%s" fmt "%s%s", \
[all …]