Home
last modified time | relevance | path

Searched defs:base_btf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Dbtf.c97 struct btf *base_btf; member
744 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty()
790 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split()
795 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new()
850 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf()
982 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split()
987 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw()
1055 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split()
1060 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1082 struct btf *btf__parse_split(const char *path, struct btf *base_btf) in btf__parse_split()
[all …]
/Linux-v5.15/tools/bpf/bpftool/
Dmain.c33 struct btf *base_btf; variable
/Linux-v5.15/kernel/bpf/
Dbtf.c216 struct btf *base_btf; member
4612 struct btf *btf = NULL, *base_btf; in btf_parse_module() local