Searched refs:btf_dump__new (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | btf_split.c | 70 d = btf_dump__new(btf2, btf_dump_printf, dump_buf_file, NULL); in test_btf_split()
|
D | btf_dump.c | 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() 848 d = btf_dump__new(btf, btf_dump_snprintf, str, NULL); in test_btf_dump_datasec_data() 881 d = btf_dump__new(btf, btf_dump_snprintf, str, NULL); in test_btf_dump()
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_cpp.cpp | 114 btf_dump__new(btf, dump_printf, nullptr, &opts); in main()
|
D | btf_helpers.c | 270 d = btf_dump__new(btf, btf_dump_printf, buf_file, NULL); in btf_type_c_dump()
|
/Linux-v6.1/tools/lib/bpf/ |
D | libbpf.map | 308 btf_dump__new;
|
D | btf.h | 243 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
|
D | btf_dump.c | 147 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | gen.c | 254 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_datasecs() 308 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_subskel_datasecs()
|
D | btf.c | 469 d = btf_dump__new(btf, btf_dump_printf, NULL, NULL); in dump_btf_c()
|