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

/linux-master/kernel/bpf/
H A Dbtf.c372 * their own data to a structure containing a struct btf_show and consult it
413 struct btf_show { struct
416 void (*showfn)(struct btf_show *show, const char *fmt, va_list args);
458 struct btf_show *show);
947 static const char *btf_show_name(struct btf_show *show)
1106 static const char *__btf_show_indent(struct btf_show *show)
1116 static const char *btf_show_indent(struct btf_show *show)
1121 static const char *btf_show_newline(struct btf_show *show)
1126 static const char *btf_show_delim(struct btf_show *show)
1138 __printf(2, 3) static void btf_show(struc function
[all...]
/linux-master/include/linux/
H A Dbtf.h111 struct btf_show;

Completed in 164 milliseconds