Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbtf_dump.c136 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() function
695 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
706 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
727 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
742 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
757 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
781 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
787 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
874 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, pad_bits); in btf_dump_emit_bit_padding()
882 btf_dump_printf(d, "%s%s%s", in btf_dump_emit_struct_fwd()
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_split.c10 static void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
72 d = btf_dump__new(btf2, NULL, &opts, btf_dump_printf); in test_btf_split()
Dbtf_dump.c7 void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
34 d = btf_dump__new(btf, NULL, opts, btf_dump_printf); in btf_dump_all_types()
150 d = btf_dump__new(btf, NULL, &opts, btf_dump_printf); in test_btf_dump_incremental()
/Linux-v5.15/tools/testing/selftests/bpf/
Dbtf_helpers.c223 static void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
246 d = btf_dump__new(btf, NULL, &opts, btf_dump_printf); in btf_type_c_dump()
/Linux-v5.15/tools/bpf/bpftool/
Dbtf.c401 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf() function
413 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()