Lines Matching refs:nr_mmaps
112 int nr_mmaps; member
509 for (i = 0; i < evlist->core.nr_mmaps; i++) { in record__aio_mmap_read_sync()
815 for (i = 0; i < rec->evlist->core.nr_mmaps; i++) { in record__auxtrace_read_snapshot_all()
1098 int m, tm, nr_mmaps = evlist->core.nr_mmaps; in record__thread_data_init_maps() local
1105 thread_data->nr_mmaps = nr_mmaps; in record__thread_data_init_maps()
1107 thread_data->nr_mmaps = bitmap_weight(thread_data->mask->maps.bits, in record__thread_data_init_maps()
1110 thread_data->maps = zalloc(thread_data->nr_mmaps * sizeof(struct mmap *)); in record__thread_data_init_maps()
1115 thread_data->overwrite_maps = zalloc(thread_data->nr_mmaps * sizeof(struct mmap *)); in record__thread_data_init_maps()
1122 thread_data->nr_mmaps, thread_data->maps, thread_data->overwrite_maps); in record__thread_data_init_maps()
1124 for (m = 0, tm = 0; m < nr_mmaps && tm < thread_data->nr_mmaps; m++) { in record__thread_data_init_maps()
1151 for (tm = 0; tm < thread_data->nr_mmaps; tm++) { in record__thread_data_init_pollfd()
1362 ret = perf_data__create_dir(&rec->data, evlist->core.nr_mmaps); in record__mmap_evlist()
1367 for (i = 0; i < evlist->core.nr_mmaps; i++) { in record__mmap_evlist()
1604 int nr_mmaps; in record__mmap_read_evlist() local
1612 nr_mmaps = thread->nr_mmaps; in record__mmap_read_evlist()
1624 for (i = 0; i < nr_mmaps; i++) { in record__mmap_read_evlist()