Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Ddb-export.c373 main_thread = thread__main_thread(machine, thread); in db_export__sample()
541 main_thread = thread__main_thread(machine, thread); in db_export__pid_tid()
Dthread.h112 struct thread *thread__main_thread(struct machine *machine, struct thread *thread);
Dthread.c426 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() function