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

/linux-master/tools/perf/util/
H A Dmachine.c514 static struct thread *__machine__findnew_thread(struct machine *machine, function
553 return __machine__findnew_thread(machine, pid, tid, /*create=*/true);
559 return __machine__findnew_thread(machine, pid, tid, /*create=*/false);

Completed in 105 milliseconds