Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
H A 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()
H A Dmachine.h224 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
H A Dthread.c29 struct thread *leader = __machine__findnew_thread(machine, pid, pid); in thread__init_maps()
H A 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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.h209 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
H A Dthread.c29 struct thread *leader = __machine__findnew_thread(machine, pid, pid); in thread__init_maps()
H A Dmachine.c412 leader = __machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid()
563 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) in __machine__findnew_thread() function
575 th = __machine__findnew_thread(machine, pid, tid); in machine__findnew_thread()

Completed in 17 milliseconds