Home
last modified time | relevance | path

Searched refs:__machine__findnew_thread (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
A Dmachine.h213 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
A Dthread.c29 struct thread *leader = __machine__findnew_thread(machine, pid, pid); in thread__init_maps()
A Dmachine.c421 leader = __machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid()
572 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in __machine__findnew_thread() function
584 th = __machine__findnew_thread(machine, pid, tid); in machine__findnew_thread()

Completed in 11 milliseconds