Home
last modified time | relevance | path

Searched defs:btf_show (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/kernel/bpf/ !
Dbtf.c378 struct btf_show { struct
381 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
382 const struct btf *btf;
384 struct {
396 } state;
397 struct {
423 struct btf_show *show); argument
1102 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function