Searched refs:mmaps (Results 1 – 8 of 8) sorted by relevance
38 uptr mmaps; member
52 mmaps, munmaps); in Print()
180 thread_stats.mmaps++; in OnMap()
25 range which is not yet mmaped. For example, if the process mmaps the40 which just mmaps ELF files but just uses it as raw data (copy, for43 Valgrind doesn't control the mmaps. It just observes the mmaps
404 r6495 r6497 32 n-i-bz More robust handling of hinted client mmaps
1310 char *buf, *mmaps[NUM_MMAPS]; in __perf_session__process_events() local1329 memset(mmaps, 0, sizeof(mmaps)); in __perf_session__process_events()1346 mmaps[map_idx] = buf; in __perf_session__process_events()1347 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in __perf_session__process_events()1353 if (mmaps[map_idx]) { in __perf_session__process_events()1354 munmap(mmaps[map_idx], mmap_size); in __perf_session__process_events()1355 mmaps[map_idx] = NULL; in __perf_session__process_events()
376 n-i-bz More robust handling of hinted client mmaps
742 - Valgrind no longer temporarily mmaps the entire object to read