Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf_dump.c137 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() function
721 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
732 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
754 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
770 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
785 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
809 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
815 btf_dump_printf(d, ";\n\n"); in btf_dump_emit_type()
921 btf_dump_printf(d, "\n%s%s: %d;", pfx(lvl), pad_type, in btf_dump_emit_bit_padding()
935 btf_dump_printf( in btf_dump_emit_bit_padding()
[all...]
/linux/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
137 d = btf_dump__new(btf3, 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()
153 t->d = btf_dump__new(t->btf, btf_dump_printf, t->dump_buf_file, NULL); in test_ctx__init()
/linux/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()
/linux/tools/bpf/bpftool/
H A Dbtf.c584 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf()
779 d = btf_dump__new(btf, btf_dump_printf, NULL, NULL); in dump_btf_c()
583 static void __printf(2, 0) btf_dump_printf(void *ctx, btf_dump_printf() function