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

/linux-master/tools/perf/util/
H A Dthread.c213 struct comm *comm, *last = NULL, *second_last = NULL; local
218 second_last = last;
228 if (second_last && !last->start && thread__pid(thread) == thread__tid(thread))
229 return second_last;

Completed in 163 milliseconds