Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-report.c816 struct thread *parent_thread, *thread = task->thread; in tasks_list() local
827 parent_thread = machine__find_thread(machine, -1, thread->ppid); in tasks_list()
828 if (!parent_thread) in tasks_list()
831 parent_task = thread__priv(parent_thread); in tasks_list()