Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.h44 struct thread *thread__get(struct thread *thread);
Dthread.c88 struct thread *thread__get(struct thread *thread) in thread__get() function
Ddb-export.c237 return thread__get(thread); in get_main_thread()
Dmachine.c422 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()
Dhist.c371 thread__get(he->thread); in hist_entry__new()
/linux-4.4.14/tools/perf/
Dbuiltin-sched.c874 atoms->thread = thread__get(thread); in thread_atoms_insert()
1373 sched->curr_thread[this_cpu] = thread__get(sched_in); in map_switch_event()
Dbuiltin-trace.c2008 trace->current = thread__get(thread); in trace__sys_enter()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1509 browser->hists->thread_filter = thread__get(thread); in do_zoom_thread()