Searched refs:btf_dump__new (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | btf_split.c | 72 d = btf_dump__new(btf2, NULL, &opts, btf_dump_printf); in test_btf_split()
|
D | btf_dump.c | 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() 808 d = btf_dump__new(btf, NULL, &opts, btf_dump_snprintf); in test_btf_dump_datasec_data() 839 d = btf_dump__new(btf, NULL, &opts, btf_dump_snprintf); in test_btf_dump()
|
/tools/lib/bpf/ |
D | libbpf.map | 179 btf_dump__new;
|
D | btf.h | 160 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
|
D | btf_dump.c | 148 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
|
/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 246 d = btf_dump__new(btf, NULL, &opts, btf_dump_printf); in btf_type_c_dump()
|
/tools/bpf/bpftool/ |
D | gen.c | 200 d = btf_dump__new(btf, NULL, NULL, codegen_btf_dump_printf); in codegen_datasecs()
|
D | btf.c | 413 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()
|