Searched defs:base_btf (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| H A D | main.c | 34 struct btf *base_btf; variable
|
| /kernel/linux/linux-6.6/tools/bpf/resolve_btfids/ |
| H A D | main.c | 529 struct btf *base_btf = NULL; in symbols_resolve() local
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | btf.c | 97 struct btf *base_btf; member 816 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty() argument 862 btf__new_empty_split(struct btf *base_btf) btf__new_empty_split() argument 867 btf_new(const void *data, __u32 size, struct btf *base_btf) btf_new() argument 922 btf_parse_elf(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) btf_parse_elf() argument 1053 btf__parse_elf_split(const char *path, struct btf *base_btf) btf__parse_elf_split() argument 1058 btf_parse_raw(const char *path, struct btf *base_btf) btf_parse_raw() argument 1126 btf__parse_raw_split(const char *path, struct btf *base_btf) btf__parse_raw_split() argument 1131 btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) btf_parse() argument 1153 btf__parse_split(const char *path, struct btf *base_btf) btf__parse_split() argument 1342 btf_get_from_fd(int btf_fd, struct btf *base_btf) btf_get_from_fd() argument 1396 btf__load_from_kernel_by_id_split(__u32 id, struct btf *base_btf) btf__load_from_kernel_by_id_split() argument [all...] |
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | btf.c | 263 struct btf *base_btf; member 5793 struct btf *btf = NULL, *base_btf; btf_parse_module() local [all...] |
Completed in 12 milliseconds