Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/
H A D0001-Detect-new-BTF-api-btf_dump__new-btf_dump__new_v0_6_.patch4 Subject: [PATCH] Detect new BTF api btf_dump__new/btf_dump__new_v0_6_0
10 btf_dump__new changed arguments
71 + btf_dump__new(NULL, NULL, NULL, opts);
107 + return btf_dump__new(btf, dump_printf, ctx, nullptr);
113 + return btf_dump__new(btf, nullptr, &opts, dump_printf);
129 - dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
167 - dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
186 - dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
205 - dump = btf_dump__new(btf, nullptr, &opts, dump_printf);
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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()
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/
H A Dbpftrace_0.14.1.bb20 file://0001-Detect-new-BTF-api-btf_dump__new-btf_dump__new_v0_6_.patch \
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map179 btf_dump__new;
H A Dbtf.h142 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
H A Dbtf_dump.c121 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dgen.c193 d = btf_dump__new(btf, NULL, NULL, codegen_btf_dump_printf); in codegen_datasecs()
H A Dbtf.c387 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()