Home
last modified time | relevance | path

Searched refs:t_entries (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/perf/
Dbuiltin-record.c1186 struct pollfd *t_entries = thread_data->pollfd.entries; in record__update_evlist_pollfd_from_thread() local
1194 if (e_entries[e_pos].fd != t_entries[t_pos].fd || in record__update_evlist_pollfd_from_thread()
1195 e_entries[e_pos].events != t_entries[t_pos].events) { in record__update_evlist_pollfd_from_thread()
1200 e_entries[e_pos].revents = t_entries[t_pos].revents; in record__update_evlist_pollfd_from_thread()