Searched refs:machine__find_thread (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 | 166 thread = machine__find_thread(machine, getpid(), getpid()); in test__dwarf_unwind()
|
/linux-4.1.27/tools/perf/util/ |
D | machine.h | 71 struct thread *machine__find_thread(struct machine *machine, pid_t pid,
|
D | db-export.c | 237 return machine__find_thread(machine, thread->pid_, thread->pid_); in get_main_thread()
|
D | machine.c | 415 struct thread *machine__find_thread(struct machine *machine, pid_t pid, in machine__find_thread() function 1275 struct thread *thread = machine__find_thread(machine, in machine__process_fork_event() 1303 struct thread *thread = machine__find_thread(machine, in machine__process_exit_event()
|