Searched defs:base_btf (Results 1 – 3 of 3) sorted by relevance
| /external/libbpf/src/ |
| D | btf.c | 97 struct btf *base_btf; member 782 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty() 828 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() 833 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new() 888 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf() 1020 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split() 1025 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw() 1093 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split() 1098 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() 1120 struct btf *btf__parse_split(const char *path, struct btf *base_btf) in btf__parse_split() [all …]
|
| /external/bpftool/src/ |
| D | main.c | 35 struct btf *base_btf; variable
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 25843 struct btf *base_btf; member
|