Home
last modified time | relevance | path

Searched refs:btf__parse_split (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.map246 btf__parse_split;
H A Dbtf.h158 LIBBPF_API struct btf *btf__parse_split(const char *path, struct btf *base_btf);
H A Dbtf.c1685 struct btf *btf__parse_split(const char *path, struct btf *base_btf) in btf__parse_split() function
5838 return btf__parse_split(path, vmlinux_btf); in btf__load_module_btf()
/linux/tools/bpf/bpftool/
H A Dbtf.c889 mod = btf__parse_split(files[j], vmlinux_base); in merge_btf_files()
1046 btf = btf__parse_split(files[0], base ?: base_btf); in do_dump()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c695 btf = btf__parse_split(obj->btf_path ?: obj->path, base_btf); in load_btf()