Lines Matching refs:bpf_map_info
89 static void *alloc_value(struct bpf_map_info *info) in alloc_value()
99 struct bpf_map_info *map_info, void *key, in do_dump_btf()
159 static void print_entry_json(struct bpf_map_info *info, unsigned char *key, in print_entry_json()
218 print_entry_error_msg(struct bpf_map_info *info, unsigned char *key, in print_entry_error_msg()
238 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error()
271 static void print_entry_plain(struct bpf_map_info *info, unsigned char *key, in print_entry_plain()
346 static void fill_per_cpu_value(struct bpf_map_info *info, void *value) in fill_per_cpu_value()
359 static int parse_elem(char **argv, struct bpf_map_info *info, in parse_elem()
469 static void show_map_header_json(struct bpf_map_info *info, json_writer_t *wtr) in show_map_header_json()
484 static int show_map_close_json(int fd, struct bpf_map_info *info) in show_map_close_json()
557 static void show_map_header_plain(struct bpf_map_info *info) in show_map_header_plain()
573 static int show_map_close_plain(int fd, struct bpf_map_info *info) in show_map_close_plain()
647 struct bpf_map_info info = {}; in do_show_subset()
691 struct bpf_map_info info = {}; in do_show()
749 struct bpf_map_info *map_info, struct btf *btf, in dump_map_elem()
776 struct bpf_map_info info = {}; in maps_have_btf()
796 static struct btf *get_map_kv_btf(const struct bpf_map_info *info) in get_map_kv_btf()
834 map_dump(int fd, struct bpf_map_info *info, json_writer_t *wtr, in map_dump()
906 struct bpf_map_info info = {}; in do_dump()
970 static int alloc_key_value(struct bpf_map_info *info, void **key, void **value) in alloc_key_value()
998 struct bpf_map_info info = {}; in do_update()
1039 static void print_key_value(struct bpf_map_info *info, void *key, in print_key_value()
1081 struct bpf_map_info info = {}; in do_lookup()
1132 struct bpf_map_info info = {}; in do_getnext()
1203 struct bpf_map_info info = {}; in do_delete()
1313 struct bpf_map_info info = {}; in do_create()
1361 struct bpf_map_info info = {}; in do_pop_dequeue()