Home
last modified time | relevance | path

Searched refs:btf_dump_printf (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf_dump.c109 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() function
677 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
688 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
709 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
724 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
739 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
763 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
769 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
875 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, in btf_dump_emit_bit_padding()
889 btf_dump_printf( in btf_dump_emit_bit_padding()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf_dump.c136 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() function
717 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
728 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
750 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
766 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
781 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
805 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
811 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
917 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, in btf_dump_emit_bit_padding()
931 btf_dump_printf( in btf_dump_emit_bit_padding()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A 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()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dbtf.c375 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf() function
387 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A 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()

Completed in 9 milliseconds