Lines Matching defs:maps
179 * Allow for the possibility that one or another of the maps isn't being
180 * changed i.e. don't put it. Note we are assuming the maps that are
412 struct perf_mmap *maps;
414 maps = overwrite ? evlist->mmap_ovw : evlist->mmap;
416 if (!maps) {
417 maps = perf_evlist__alloc_mmap(evlist, overwrite);
418 if (!maps)
422 evlist->mmap_ovw = maps;
424 evlist->mmap = maps;
427 return &maps[idx];