Searched refs:btf_dump__new (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_split.c | 137 d = btf_dump__new(btf3, btf_dump_printf, dump_buf_file, NULL); 138 if (!ASSERT_OK_PTR(d, "btf_dump__new"))
|
| H A D | btf_dump.c | 32 d = btf_dump__new(btf, btf_dump_printf, ctx, NULL); in btf_dump_all_types() 153 t->d = btf_dump__new(t->btf, btf_dump_printf, t->dump_buf_file, NULL); in test_ctx__init() 154 if (!ASSERT_OK(libbpf_get_error(t->d), "btf_dump__new")) in test_ctx__init() 974 d = btf_dump__new(t.btf, btf_dump_snprintf, str, NULL); in test_btf_dump_string_data() 1034 d = btf_dump__new(btf, btf_dump_snprintf, str, NULL); in test_btf_dump_datasec_data() 1070 d = btf_dump__new(btf, btf_dump_snprintf, str, NULL); in test_btf_dump()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_cpp.cpp | 121 btf_dump__new(btf, dump_printf, nullptr, &opts); in main()
|
| H A D | btf_helpers.c | 270 d = btf_dump__new(btf, btf_dump_printf, buf_file, NULL); in btf_type_c_dump()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.map | 307 btf_dump__new;
|
| H A D | btf.h | 357 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
|
| H A D | btf_dump.c | 149 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
|
| /linux/tools/bpf/bpftool/ |
| H A D | gen.c | 301 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_datasecs() 354 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_subskel_datasecs() 1059 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in walk_st_ops_shadow_vars()
|
| H A D | btf.c | 773 d = btf_dump__new(btf, btf_dump_printf, NULL, NULL); in dump_btf_c()
|
| /linux/tools/perf/util/ |
| H A D | bpf-event.c | 304 d = btf_dump__new(btf, format_btf_cb, &ctx, NULL); in bpf_metadata_fill_event()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 1064 btf_dump = btf_dump__new(btf, trace__btf_dump_snprintf, &ctx, &dump_opts); in btf_struct_scnprintf()
|