Searched refs:thread__get (Results 1 – 8 of 8) sorted by relevance
44 struct thread *thread__get(struct thread *thread);
88 struct thread *thread__get(struct thread *thread) in thread__get() function
237 return thread__get(thread); in get_main_thread()
422 thread__get(th); in ____machine__findnew_thread()440 th = thread__get(__machine__findnew_thread(machine, pid, tid)); in machine__findnew_thread()450 th = thread__get(____machine__findnew_thread(machine, pid, tid, false)); in machine__find_thread()
371 thread__get(he->thread); in hist_entry__new()
874 atoms->thread = thread__get(thread); in thread_atoms_insert()1373 sched->curr_thread[this_cpu] = thread__get(sched_in); in map_switch_event()
2008 trace->current = thread__get(thread); in trace__sys_enter()
1509 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()