Searched refs:overwrite_maps (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-record.c112 struct mmap **overwrite_maps; member in struct:record_thread
1081 thread_data->overwrite_maps = zalloc(thread_data->nr_mmaps * sizeof(struct mmap *));
1082 if (!thread_data->overwrite_maps) {
1088 thread_data->nr_mmaps, thread_data->maps, thread_data->overwrite_maps);
1098 if (thread_data->overwrite_maps) {
1099 thread_data->overwrite_maps[tm] = &overwrite_mmap[m];
1119 overwrite_map = thread_data->overwrite_maps ?
1120 thread_data->overwrite_maps[tm] : NULL;
1150 zfree(&thread_data[t].overwrite_maps);
1581 maps = overwrite ? thread->overwrite_maps
[all...]

Completed in 146 milliseconds