Lines Matching refs:nr_mmaps
111 int nr_mmaps; member
491 for (i = 0; i < evlist->core.nr_mmaps; i++) { in record__aio_mmap_read_sync()
774 for (i = 0; i < rec->evlist->core.nr_mmaps; i++) { in record__auxtrace_read_snapshot_all()
996 int m, tm, nr_mmaps = evlist->core.nr_mmaps; in record__thread_data_init_maps() local
1003 thread_data->nr_mmaps = nr_mmaps; in record__thread_data_init_maps()
1005 thread_data->nr_mmaps = bitmap_weight(thread_data->mask->maps.bits, in record__thread_data_init_maps()
1008 thread_data->maps = zalloc(thread_data->nr_mmaps * sizeof(struct mmap *)); in record__thread_data_init_maps()
1013 thread_data->overwrite_maps = zalloc(thread_data->nr_mmaps * sizeof(struct mmap *)); in record__thread_data_init_maps()
1020 thread_data->nr_mmaps, thread_data->maps, thread_data->overwrite_maps); in record__thread_data_init_maps()
1022 for (m = 0, tm = 0; m < nr_mmaps && tm < thread_data->nr_mmaps; m++) { in record__thread_data_init_maps()
1049 for (tm = 0; tm < thread_data->nr_mmaps; tm++) { in record__thread_data_init_pollfd()
1260 ret = perf_data__create_dir(&rec->data, evlist->core.nr_mmaps); in record__mmap_evlist()
1265 for (i = 0; i < evlist->core.nr_mmaps; i++) { in record__mmap_evlist()
1529 int nr_mmaps; in record__mmap_read_evlist() local
1537 nr_mmaps = thread->nr_mmaps; in record__mmap_read_evlist()
1549 for (i = 0; i < nr_mmaps; i++) { in record__mmap_read_evlist()