Searched refs:machine__find_thread (Results 1 – 4 of 4) sorted by relevance
/tools/perf/tests/ |
D | thread-mg-share.c | 58 other_leader = machine__find_thread(machine, 4, 4); in test__thread_mg_share()
|
D | dwarf-unwind.c | 134 thread = machine__find_thread(machine, getpid(), getpid()); in test__dwarf_unwind()
|
/tools/perf/util/ |
D | machine.h | 67 struct thread *machine__find_thread(struct machine *machine, pid_t pid,
|
D | machine.c | 417 struct thread *machine__find_thread(struct machine *machine, pid_t pid, in machine__find_thread() function 1219 struct thread *thread = machine__find_thread(machine, in machine__process_fork_event() 1247 struct thread *thread = machine__find_thread(machine, in machine__process_exit_event()
|