Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dbtf.c97 struct btf *base_btf; member
803 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty()
849 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split()
854 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new()
909 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf()
1041 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split()
1046 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw()
1114 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split()
1119 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1141 struct btf *btf__parse_split(const char *path, struct btf *base_btf) in btf__parse_split()
[all …]
/Linux-v6.1/tools/bpf/bpftool/
Dmain.c35 struct btf *base_btf; variable
/Linux-v6.1/tools/bpf/resolve_btfids/
Dmain.c511 struct btf *base_btf = NULL; in symbols_resolve() local
/Linux-v6.1/kernel/bpf/
Dbtf.c242 struct btf *base_btf; member
5238 struct btf *btf = NULL, *base_btf; in btf_parse_module() local