thread__new      2221 tools/perf/builtin-sched.c 		idle_threads[i] = thread__new(0, 0);
thread__new      2271 tools/perf/builtin-sched.c 		idle_threads[cpu] = thread__new(0, 0);
thread__new      2556 tools/perf/util/cs-etm.c 	etm->unknown_thread = thread__new(999999999, 999999999);
thread__new      3184 tools/perf/util/intel-pt.c 	pt->unknown_thread = thread__new(999999999, 999999999);
thread__new       528 tools/perf/util/machine.c 	th = thread__new(pid, tid);
thread__new        55 tools/perf/util/thread.h struct thread *thread__new(pid_t pid, pid_t tid);