Searched refs:thread_idx (Results 1 – 1 of 1) sorted by relevance
1647 static void evsel__remove_fd(struct evsel *pos, int nr_cpus, int nr_threads, int thread_idx) in evsel__remove_fd() argument1650 for (int thread = thread_idx; thread < nr_threads - 1; thread++) in evsel__remove_fd()1656 int nr_threads, int thread_idx) in update_fds() argument1660 if (cpu_idx >= nr_cpus || thread_idx >= nr_threads) in update_fds()1666 evsel__remove_fd(pos, nr_cpus, nr_threads, thread_idx); in update_fds()