Home
last modified time | relevance | path

Searched refs:thread__main_thread (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dthread.h83 struct thread *thread__main_thread(struct machine *machine, struct thread *thread);
Dthread.c304 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() function
Ddb-export.c374 main_thread = thread__main_thread(al->machine, thread); in db_export__sample()