Searched defs:btf_show (Results 1 – 1 of 1) sorted by relevance
340 struct btf_show { struct343 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument344 const struct btf *btf;346 struct {358 } state;359 struct {385 struct btf_show *show); argument957 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function