Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.c209 struct comm *comm, *last = NULL, *second_last = NULL; in thread__exec_comm() local
214 second_last = last; in thread__exec_comm()
224 if (second_last && !last->start && thread__pid(thread) == thread__tid(thread)) in thread__exec_comm()
225 return second_last; in thread__exec_comm()