Searched refs:btf__parse (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | core_reloc.c | 365 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); in setup_type_id_case_local() 366 struct btf *targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_local() 436 struct btf *targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_success() 443 targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_success()
|
A D | btf_dump.c | 817 struct btf *btf = btf__parse("xdping_kern.o", NULL); in test_btf_dump_datasec_data()
|
/linux/tools/lib/bpf/ |
A D | libbpf.map | 296 btf__parse;
|
A D | btf.h | 110 LIBBPF_API struct btf *btf__parse(const char *path, struct btf_ext **btf_ext);
|
A D | btf.c | 1111 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse() function
|
A D | libbpf.c | 5479 obj->btf_vmlinux_override = btf__parse(targ_btf_path, NULL); in bpf_object__relocate_core()
|
/linux/tools/bpf/bpftool/ |
A D | main.c | 446 base_btf = btf__parse(optarg, NULL); in main()
|
A D | btf.c | 541 base = btf__parse(sysfs_vmlinux, NULL); in do_dump()
|
/linux/tools/bpf/resolve_btfids/ |
A D | main.c | 490 base_btf = btf__parse(obj->base_btf_path, NULL); in symbols_resolve()
|
Completed in 56 milliseconds