Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-report.c776 struct thread *parent_thread, *thread = task->thread; in tasks_list() local
787 parent_thread = machine__find_thread(machine, -1, thread->ppid); in tasks_list()
788 if (!parent_thread) in tasks_list()
791 parent_task = thread__priv(parent_thread); in tasks_list()