Lines Matching defs:map
9 #include "map.h"
21 struct map *map;
100 map__put(fake_common_samples[k].map);
101 fake_common_samples[k].map = map__get(al.map);
120 map__put(fake_samples[i][k].map);
121 fake_samples[i][k].map = map__get(al.map);
140 map__put(fake_common_samples[i].map);
143 map__put(fake_samples[i][j].map);
148 struct thread *t, struct map *m, struct symbol *s)
152 RC_CHK_ACCESS(samples->map) == RC_CHK_ACCESS(m) &&
183 he->thread, he->ms.map, he->ms.sym)) {
235 he->thread, he->ms.map, he->ms.sym) &&
238 he->thread, he->ms.map, he->ms.sym)) {
312 /* setup threads/dso/map/symbols also */