Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dbtf.c97 struct btf *base_btf; member
980 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty()
1027 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split()
1032 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new()
1088 struct btf *btf__new_split(const void *data, __u32 size, struct btf *base_btf) in btf__new_split()
1165 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf()
1271 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split()
1276 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw()
1344 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split()
1349 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
[all …]
Dbtf_relocate.c40 const struct btf *base_btf; member
444 int btf_relocate(struct btf *btf, const struct btf *base_btf, __u32 **id_map) in btf_relocate()
/linux-6.12.1/tools/bpf/bpftool/
Dmain.c34 struct btf *base_btf; variable
/linux-6.12.1/include/linux/
Dbtf.h591 static inline void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf()
595 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate()
/linux-6.12.1/tools/bpf/resolve_btfids/
Dmain.c537 struct btf *base_btf = NULL; in symbols_resolve() local
/linux-6.12.1/kernel/bpf/
Dbtf.c272 struct btf *base_btf; member
1779 void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf()
6244 struct btf *btf = NULL, *vmlinux_btf, *base_btf = NULL; in btf_parse_module() local