Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dmachine.c257 static struct thread *__machine__findnew_thread(struct machine *machine, in __machine__findnew_thread() function
309 return __machine__findnew_thread(machine, pid, tid, true); in machine__findnew_thread()
314 return __machine__findnew_thread(machine, 0, tid, false); in machine__find_thread()