Home
last modified time | relevance | path

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

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