Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dthread.h111 struct thread *thread__main_thread(struct machine *machine, struct thread *thread);
Ddb-export.c367 main_thread = thread__main_thread(al->maps->machine, thread); in db_export__sample()
535 main_thread = thread__main_thread(machine, thread); in db_export__pid_tid()
Dthread.c426 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() function