Home
last modified time | relevance | path

Searched refs:thread__get (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dthread.h49 struct thread *thread__get(struct thread *thread);
Dthread.c88 struct thread *thread__get(struct thread *thread) in thread__get() function
307 return thread__get(thread); in thread__main_thread()
Dmachine.c369 return thread__get(th); in ____machine__findnew_thread()
382 return thread__get(th); in ____machine__findnew_thread()
416 thread__get(th); in ____machine__findnew_thread()
Dhist.c422 thread__get(he->thread); in hist_entry__init()
/tools/perf/
Dbuiltin-sched.c893 atoms->thread = thread__get(thread); in thread_atoms_insert()
1436 sched->curr_thread[this_cpu] = thread__get(sched_in); in map_switch_event()
Dbuiltin-trace.c1540 trace->current = thread__get(thread); in trace__sys_enter()
/tools/perf/ui/browsers/
Dhists.c2417 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()