Searched defs:btf_show (Results 1 – 1 of 1) sorted by relevance
416 struct btf_show { struct419 __printf(2, 0) void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument420 const struct btf *btf;422 struct {434 } state;435 struct {461 struct btf_show *show); argument1156 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function