Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c406 struct btf_show { struct
409 __printf(2, 0) void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
410 const struct btf *btf;
412 struct {
424 } state;
425 struct {
451 struct btf_show *show); argument
1117 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function