Lines Matching defs:map
27 #include "util/map.h"
524 struct map *kmap;
917 static int get_symbol_name_offset(struct map *map, struct symbol *sym, u64 ip,
922 if (map == NULL || sym == NULL) {
927 offset = map__map_ip(map, ip) - sym->start;
978 get_symbol_name_offset(node->ms.map, sym, node->ip,
1068 struct map *kmap;
1078 /* make sure it loads the kernel map to find lock symbols */
1743 struct map *kmap;
1793 struct map *kmap;
2276 pr_err("invalid BPF map length: %s\n", str);
2487 OPT_BOOLEAN('m', "map", &info_map,
2488 "map of lock instances (address:name table)"),
2522 OPT_CALLBACK('M', "map-nr-entries", &bpf_map_entries, "num",
2523 "Max number of BPF map entries", parse_map_entry),