Lines Matching refs:threads
1235 * a session and some threads are waiting for a syscall to finish, say 'poll',
1670 evlist->core.threads, trace__tool_process,
3609 * case where no threads were specified in the command line, but a
3620 } else if (perf_thread_map__pid(trace->evlist->core.threads, 0) == -1) {
3850 /* Enable ignoring missing threads when -u/-p option is defined. */
3982 trace->multiple_threads = perf_thread_map__pid(evlist->core.threads, 0) == -1 ||
3983 perf_thread_map__nr(evlist->core.threads) > 1 ||
4317 DEFINE_RESORT_RB(threads,
4333 DECLARE_RESORT_RB_MACHINE_THREADS(threads, trace->host, i);
4335 if (threads == NULL) {
4340 resort_rb__for_each_entry(nd, threads)
4343 resort_rb__delete(threads);