Lines Matching refs:last
1579 last = 0
1583 last = self.list[-1]
1584 lasttime = last.time
1587 if debug and last:
1589 last.debugPrint()
1596 if idx == 0 and last and last.fcall and not last.freturn:
1598 last.depth = self.depth
1599 last.freturn = True
1600 last.length = line.time - last.time
1602 last.debugPrint()
1617 if debug and last:
1619 last.debugPrint()
1638 if not last:
1698 last = self.list[-1]
1700 t = FTraceLine(last.time)
1705 self.end = last.time
1713 last = 0
1717 if(last and last.freturn and last.fcall):
1718 if last.length > l.time - last.time:
1719 last.length = l.time - last.time
1734 last = l
2947 last = ''
2952 '(?P<f>.*)\+ returned .* after (?P<dt>.*) usecs', last)
2955 i = data.dmesgtext.index(last)
2958 data.dmesgtext[j] = last
2959 last = line