Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dthread.c116 struct thread *thread__get(struct thread *thread) in thread__get() function
428 return thread__get(thread); in thread__main_thread()
Dthread.h59 struct thread *thread__get(struct thread *thread);
Dmachine.c455 return thread__get(th); in __threads__get_last_match()
514 return thread__get(th); in ____machine__findnew_thread()
550 thread__get(th); in ____machine__findnew_thread()
Dhist.c475 thread__get(he->thread); in hist_entry__init()
/Linux-v5.4/tools/perf/
Dbuiltin-sched.c1021 atoms->thread = thread__get(thread); in thread_atoms_insert()
1574 sched->curr_thread[this_cpu] = thread__get(sched_in); in map_switch_event()
Dbuiltin-trace.c2015 trace->current = thread__get(thread); in trace__sys_enter()
/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c2441 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()