Searched defs:btf_show (Results 1 – 1 of 1) sorted by relevance
379 struct btf_show { struct382 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument383 const struct btf *btf;385 struct {397 } state;398 struct {424 struct btf_show *show); argument1099 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function