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

/linux-master/tools/perf/
H A Dbuiltin-record.c181 struct pollfd_index_map *index_map; member in struct:record
1163 if (realloc_array_as_needed(rec->index_map, rec->index_map_sz, x, NULL))
1165 rec->index_map[x].evlist_pollfd_index = evlist_pollfd_index;
1166 rec->index_map[x].thread_pollfd_index = thread_pollfd_index;
1181 int e_pos = rec->index_map[i].evlist_pollfd_index;
1182 int t_pos = rec->index_map[i].thread_pollfd_index;

Completed in 120 milliseconds