Searched defs:machine__findnew_thread (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.c35 struct thread *thread = machine__findnew_thread(machine, 0,
306 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, function
319 struct thread *thread = machine__findnew_thread(machine,
1020 thread = machine__findnew_thread(machine, event->mmap2.pid,
1067 thread = machine__findnew_thread(machine, event->mmap.pid,
1108 struct thread *parent = machine__findnew_thread(machine,
1116 thread = machine__findnew_thread(machine, event->fork.pid,

Completed in 1130 milliseconds