Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dbtf_dump.c135 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() function
716 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
727 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
749 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
765 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
780 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
804 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
810 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
897 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, pad_bits); in btf_dump_emit_bit_padding()
905 btf_dump_printf(d, "%s%s%s", in btf_dump_emit_struct_fwd()
[all …]
/linux-6.1.9/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
70 d = btf_dump__new(btf2, btf_dump_printf, dump_buf_file, NULL); in test_btf_split()
Dbtf_dump.c7 void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
32 d = btf_dump__new(btf, btf_dump_printf, ctx, NULL); in btf_dump_all_types()
145 d = btf_dump__new(btf, btf_dump_printf, dump_buf_file, NULL); in test_btf_dump_incremental()
/linux-6.1.9/tools/testing/selftests/bpf/
Dbtf_helpers.c249 static void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
270 d = btf_dump__new(btf, btf_dump_printf, buf_file, NULL); in btf_type_c_dump()
/linux-6.1.9/tools/bpf/bpftool/
Dbtf.c457 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf() function
469 d = btf_dump__new(btf, btf_dump_printf, NULL, NULL); in dump_btf_c()