Searched defs:btf_map_table (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | btf.c | 828 struct btf_attach_table btf_map_table; in do_show() local 716 build_btf_tables(struct btf_attach_table *btf_prog_table, struct btf_attach_table *btf_map_table) build_btf_tables() argument 741 show_btf_plain(struct bpf_btf_info *info, int fd, struct btf_attach_table *btf_prog_table, struct btf_attach_table *btf_map_table) show_btf_plain() argument 770 show_btf_json(struct bpf_btf_info *info, int fd, struct btf_attach_table *btf_prog_table, struct btf_attach_table *btf_map_table) show_btf_json() argument 804 show_btf(int fd, struct btf_attach_table *btf_prog_table, struct btf_attach_table *btf_map_table) show_btf() argument [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf.c | 967 struct hashmap *btf_map_table; in do_show() local 834 build_btf_tables(struct hashmap *btf_prog_table, struct hashmap *btf_map_table) build_btf_tables() argument 859 show_btf_plain(struct bpf_btf_info *info, int fd, struct hashmap *btf_prog_table, struct hashmap *btf_map_table) show_btf_plain() argument 892 show_btf_json(struct bpf_btf_info *info, int fd, struct hashmap *btf_prog_table, struct hashmap *btf_map_table) show_btf_json() argument 928 show_btf(int fd, struct hashmap *btf_prog_table, struct hashmap *btf_map_table) show_btf() argument [all...] |
Completed in 2 milliseconds