Searched refs:__machine__findnew_thread (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | bpf_lock_contention.c | 191 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 D | machine.h | 224 struct thread *__machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
|
H A D | thread.c | 29 struct thread *leader = __machine__findnew_thread(machine, pid, pid); in thread__init_maps()
|
H A D | machine.c | 530 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()
|