Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.h43 struct thread *thread__get(struct thread *thread);
Dthread.c85 struct thread *thread__get(struct thread *thread) in thread__get() function
Dmachine.c367 machine->last_match = thread__get(th); in __machine__findnew_thread()
402 thread__get(th); in __machine__findnew_thread()
403 machine->last_match = thread__get(th); in __machine__findnew_thread()
Dhist.c355 thread__get(he->thread); in hist_entry__new()
/linux-4.1.27/tools/perf/
Dbuiltin-sched.c869 atoms->thread = thread__get(thread); in thread_atoms_insert()
Dbuiltin-trace.c1758 trace->current = thread__get(thread); in trace__sys_enter()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1779 browser->hists->thread_filter = thread__get(thread); in perf_evsel__hists_browse()