Searched refs:codegen_btf_dump_printf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | gen.c | 89 static void codegen_btf_dump_printf(void *ctx, const char *fmt, va_list args) in codegen_btf_dump_printf() function 193 d = btf_dump__new(btf, NULL, NULL, codegen_btf_dump_printf); in codegen_datasecs()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | gen.c | 119 static void codegen_btf_dump_printf(void *ctx, const char *fmt, va_list args) in codegen_btf_dump_printf() function 254 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_datasecs() 307 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_subskel_datasecs()
|
Completed in 4 milliseconds