Searched refs:thread__new (Results 1 – 4 of 4) sorted by relevance
81 struct thread *thread__new(pid_t pid, pid_t tid);
43 struct thread *thread__new(pid_t pid, pid_t tid) in thread__new() function
4565 pt->unknown_thread = thread__new(999999999, 999999999); in intel_pt_process_auxtrace_info()
2416 idle_threads[i] = thread__new(0, 0); in init_idle_threads()2475 idle_threads[cpu] = thread__new(0, 0); in get_idle_thread()