Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddb-export.c378 main_thread = thread__main_thread(machine, thread); in db_export__sample()
546 main_thread = thread__main_thread(machine, thread); in db_export__pid_tid()
H A Dthread.h116 struct thread *thread__main_thread(struct machine *machine, struct thread *thread);
H A Dthread.c529 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() function