Searched defs:btf_show (Results 1 – 1 of 1) sorted by relevance
405 struct btf_show { struct408 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument409 const struct btf *btf;411 struct {423 } state;424 struct {450 struct btf_show *show); argument1116 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function