Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dbtf.c349 struct btf_show { struct
352 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
394 struct btf_show *show); argument
808 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
966 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
976 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
981 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
986 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
998 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function
1018 btf_show(show, "%s%s" fmt "%s%s", \
[all …]
/Linux-v5.15/include/linux/
Dbtf.h18 struct btf_show;