Searched refs:__machine__findnew_thread (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread.c | 21 leader = __machine__findnew_thread(machine, pid, pid); in thread__init_map_groups()
|
D | machine.h | 165 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
D | machine.c | 325 leader = __machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid() 429 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in __machine__findnew_thread() function 440 th = thread__get(__machine__findnew_thread(machine, pid, tid)); in machine__findnew_thread()
|