Lines Matching refs:thread

459 	int err = -1, thread, j;  in perf_event__synthesize_thread_map()  local
474 for (thread = 0; thread < threads->nr; ++thread) { in perf_event__synthesize_thread_map()
477 threads->map[thread], 0, in perf_event__synthesize_thread_map()
488 if ((int) comm_event->comm.pid != threads->map[thread]) { in perf_event__synthesize_thread_map()
792 void thread__find_addr_map(struct thread *thread, u8 cpumode, in thread__find_addr_map() argument
796 struct map_groups *mg = thread->mg; in thread__find_addr_map()
801 al->thread = thread; in thread__find_addr_map()
868 void thread__find_addr_location(struct thread *thread, in thread__find_addr_location() argument
872 thread__find_addr_map(thread, cpumode, type, addr, al); in thread__find_addr_location()
875 thread->mg->machine->symbol_filter); in thread__find_addr_location()
886 struct thread *thread = machine__findnew_thread(machine, sample->pid, in perf_event__preprocess_sample() local
889 if (thread == NULL) in perf_event__preprocess_sample()
892 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in perf_event__preprocess_sample()
904 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->ip, al); in perf_event__preprocess_sample()
909 if (thread__is_filtered(thread)) in perf_event__preprocess_sample()
963 struct thread *thread, in perf_event__preprocess_sample_addr() argument
968 thread__find_addr_map(thread, cpumode, MAP__FUNCTION, sample->addr, al); in perf_event__preprocess_sample_addr()
970 thread__find_addr_map(thread, cpumode, MAP__VARIABLE, in perf_event__preprocess_sample_addr()