Lines Matching refs:threads
1227 * a session and some threads are waiting for a syscall to finish, say 'poll',
1625 evlist->core.threads, trace__tool_process, false,
3687 * case where no threads were specified in the command line, but a
3698 } else if (perf_thread_map__pid(trace->evlist->core.threads, 0) == -1) {
4059 trace->multiple_threads = perf_thread_map__pid(evlist->core.threads, 0) == -1 ||
4060 evlist->core.threads->nr > 1 ||
4396 DEFINE_RESORT_RB(threads, (thread__nr_events(a->thread->priv) < thread__nr_events(b->thread->priv)),
4410 DECLARE_RESORT_RB_MACHINE_THREADS(threads, trace->host, i);
4412 if (threads == NULL) {
4417 resort_rb__for_each_entry(nd, threads)
4420 resort_rb__delete(threads);