Home
last modified time | relevance | path

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

/tools/perf/util/
Dmachine.c618 static struct thread *____machine__findnew_thread(struct machine *machine, in ____machine__findnew_thread() function
693 return ____machine__findnew_thread(machine, machine__threads(machine, tid), pid, tid, true); in __machine__findnew_thread()
715 th = ____machine__findnew_thread(machine, threads, pid, tid, false); in machine__find_thread()