Searched defs:btf_show (Results 1 – 1 of 1) sorted by relevance
378 struct btf_show { struct381 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument382 const struct btf *btf;384 struct {396 } state;397 struct {423 struct btf_show *show); argument1102 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function