Searched refs:btf_dump_printf (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_split.c | 10 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 D | btf_dump.c | 7 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 D | btf_helpers.c | 249 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 D | btf.c | 583 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()
|