Searched refs:btf_dump__new (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
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()
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.map | 179 btf_dump__new;
|
D | btf.h | 142 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
|
D | btf_dump.c | 121 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
|
/Linux-v5.10/tools/bpf/bpftool/ |
D | gen.c | 193 d = btf_dump__new(btf, NULL, NULL, codegen_btf_dump_printf); in codegen_datasecs()
|
D | btf.c | 387 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()
|