Home
last modified time | relevance | path

Searched refs:btf_dump_printf (Results 1 – 3 of 3) sorted by relevance

/tools/lib/bpf/
Dbtf_dump.c110 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() function
644 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
655 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
673 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
688 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
703 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
727 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
733 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
855 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, pad_bits); in btf_dump_emit_bit_padding()
863 btf_dump_printf(d, "%s %s", in btf_dump_emit_struct_fwd()
[all …]
/tools/testing/selftests/bpf/
Dtest_btf_dump.c18 void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
43 d = btf_dump__new(btf, NULL, opts, btf_dump_printf); in btf_dump_all_types()
/tools/bpf/bpftool/
Dbtf.c354 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf() function
366 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()