Searched refs:mmaps (Results 1 – 3 of 3) sorted by relevance
1580 char *buf, *mmaps[NUM_MMAPS]; in __perf_session__process_events() local1605 memset(mmaps, 0, sizeof(mmaps)); in __perf_session__process_events()1622 mmaps[map_idx] = buf; in __perf_session__process_events()1623 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in __perf_session__process_events()1633 if (mmaps[map_idx]) { in __perf_session__process_events()1634 munmap(mmaps[map_idx], mmap_size); in __perf_session__process_events()1635 mmaps[map_idx] = NULL; in __perf_session__process_events()
275 Use per-thread mmaps. By default per-cpu mmaps are created. This option276 overrides that and uses per-thread mmaps. A side-effect of that is that
117 inability to match side-band information (such as context switches and mmaps)503 software event has been introduced that permits tracking events (like mmaps) to