Home | History | Annotate | Download | only in util

Lines Matching defs:thread

8 #include "thread.h"
323 int err = -1, thread, j;
334 for (thread = 0; thread < threads->nr; ++thread) {
336 threads->map[thread], 0,
343 * comm.pid is set to thread group id by
346 if ((int) comm_event->comm.pid != threads->map[thread]) {
349 /* is thread group leader in thread_map? */
403 * We may race with exiting thread, so don't stop just because
404 * one thread couldn't be synthesized.
620 void thread__find_addr_map(struct thread *self,
628 al->thread = self;
699 void thread__find_addr_location(struct thread *thread, struct machine *machine,
703 thread__find_addr_map(thread, machine, cpumode, type, addr, al);
717 struct thread *thread = machine__findnew_thread(machine, sample->pid,
720 if (thread == NULL)
724 !strlist__has_entry(symbol_conf.comm_list, thread->comm))
727 dump_printf(" ... thread: %s:%d\n", thread->comm, thread->tid);
739 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION,