Home
last modified time | relevance | path

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

/tools/perf/util/
Devsel.c1647 static void evsel__remove_fd(struct evsel *pos, int nr_cpus, int nr_threads, int thread_idx) in evsel__remove_fd() argument
1650 for (int thread = thread_idx; thread < nr_threads - 1; thread++) in evsel__remove_fd()
1656 int nr_threads, int thread_idx) in update_fds() argument
1660 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()