HomeSort by relevance Sort by last modified time
    Searched refs:mmap_len (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
evlist.h 27 int mmap_len; member in struct:perf_evlist
evlist.c 248 munmap(evlist->mmap[i].base, evlist->mmap_len);
271 evlist->mmap[idx].base = mmap(NULL, evlist->mmap_len, prot,
314 munmap(evlist->mmap[cpu].base, evlist->mmap_len);
353 munmap(evlist->mmap[thread].base, evlist->mmap_len);
391 evlist->mmap_len = (pages + 1) * page_size;

Completed in 491 milliseconds