Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dthread.c218 struct comm *comm, *last = NULL, *second_last = NULL; in thread__exec_comm() local
223 second_last = last; in thread__exec_comm()
233 if (second_last && !last->start && thread->pid_ == thread->tid) in thread__exec_comm()
234 return second_last; in thread__exec_comm()