Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c70 d = btf_dump__new(btf2, btf_dump_printf, dump_buf_file, NULL); in test_btf_split()
H A Dbtf_dump.c32 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()
918 d = btf_dump__new(btf, btf_dump_snprintf, str, NULL); in test_btf_dump_datasec_data()
954 d = btf_dump__new(btf, btf_dump_snprintf, str, NULL); in test_btf_dump()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp121 btf_dump__new(btf, dump_printf, nullptr, &opts); in main()
H A Dbtf_helpers.c270 d = btf_dump__new(btf, btf_dump_printf, buf_file, NULL); in btf_type_c_dump()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.map307 btf_dump__new;
H A Dbtf.h285 LIBBPF_API struct btf_dump *btf_dump__new(const struct btf *btf,
H A Dbtf_dump.c149 struct btf_dump *btf_dump__new(const struct btf *btf, in btf_dump__new() function
/linux-6.15/tools/bpf/bpftool/
H A Dgen.c284 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_datasecs()
337 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in codegen_subskel_datasecs()
976 d = btf_dump__new(btf, codegen_btf_dump_printf, NULL, NULL); in walk_st_ops_shadow_vars()
H A Dbtf.c778 d = btf_dump__new(btf, btf_dump_printf, NULL, NULL); in dump_btf_c()
/linux-6.15/tools/perf/
H A Dbuiltin-trace.c1068 btf_dump = btf_dump__new(btf, trace__btf_dump_snprintf, &ctx, &dump_opts); in btf_struct_scnprintf()