Home
last modified time | relevance | path

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

/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);
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.c583 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf() function
778 d = btf_dump__new(btf, btf_dump_printf, NULL, NULL); in dump_btf_c()