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 D | 0001-Detect-new-BTF-api-btf_dump__new-btf_dump__new_v0_6_.patch | 4 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 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()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/ |
| H A D | bpftrace_0.14.1.bb | 20 file://0001-Detect-new-BTF-api-btf_dump__new-btf_dump__new_v0_6_.patch \
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.map | 179 btf_dump__new;
|
| H A D | btf.h | 142 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
|
| H A D | btf_dump.c | 121 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | gen.c | 193 d = btf_dump__new(btf, NULL, NULL, codegen_btf_dump_printf); in codegen_datasecs()
|
| H A D | btf.c | 387 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()
|