Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dbpf_lock_contention.c191 struct thread *t = __machine__findnew_thread(machine, /*pid=*/-1, pid); in lock_contention_get_name()
272 struct thread *idle = __machine__findnew_thread(machine, in lock_contention_read()
Dmachine.h224 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
Dthread.c29 struct thread *leader = __machine__findnew_thread(machine, pid, pid); in thread__init_maps()
Dmachine.c530 leader = __machine__findnew_thread(machine, thread__pid(th), thread__pid(th)); in machine__update_thread_pid()
691 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in __machine__findnew_thread() function
703 th = __machine__findnew_thread(machine, pid, tid); in machine__findnew_thread()