Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A 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()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread.c213 struct comm *comm, *last = NULL, *second_last = NULL; in thread__exec_comm() local
218 second_last = last; in thread__exec_comm()
228 if (second_last && !last->start && thread__pid(thread) == thread__tid(thread)) in thread__exec_comm()
229 return second_last; in thread__exec_comm()

Completed in 2 milliseconds