Home
last modified time | relevance | path

Searched refs:btf_dump__new (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dbtf_split.c72 d = btf_dump__new(btf2, NULL, &opts, btf_dump_printf); in test_btf_split()
Dbtf_dump.c34 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/
Dlibbpf.map179 btf_dump__new;
Dbtf.h160 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
Dbtf_dump.c148 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
/tools/testing/selftests/bpf/
Dbtf_helpers.c246 d = btf_dump__new(btf, NULL, &opts, btf_dump_printf); in btf_type_c_dump()
/tools/bpf/bpftool/
Dgen.c200 d = btf_dump__new(btf, NULL, NULL, codegen_btf_dump_printf); in codegen_datasecs()
Dbtf.c413 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()