Searched refs:codegen_btf_dump_printf (Results 1 – 1 of 1) sorted by relevance
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 142 static void codegen_btf_dump_printf(void *ctx, const char *fmt, va_list args) in codegen_btf_dump_printf() function 284 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_datasecs() 337 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_subskel_datasecs() 976 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in walk_st_ops_shadow_vars()
|