Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dmachine.c358 static struct thread *____machine__findnew_thread(struct machine *machine, in ____machine__findnew_thread() function
431 return ____machine__findnew_thread(machine, pid, tid, true); in __machine__findnew_thread()
450 th = thread__get(____machine__findnew_thread(machine, pid, tid, false)); in machine__find_thread()