Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dmachine.c486 static struct thread *__machine__findnew_thread(struct machine *machine, in __machine__findnew_thread() function
525 return __machine__findnew_thread(machine, pid, tid, /*create=*/true); in machine__findnew_thread()
531 return __machine__findnew_thread(machine, pid, tid, /*create=*/false); in machine__find_thread()