Lines Matching refs:last
2265 last = 0
2268 last = self.list[-1]
2269 lasttime = last.time
2270 if last.isLeaf():
2271 lasttime += last.length
2281 if idx == 0 and last and last.isCall():
2283 last.depth = self.depth
2284 last.freturn = True
2285 last.length = line.time - last.time
2287 info.append(('[make leaf]', last))
2296 info.append(('', last))
2305 info.append(('', last))
2321 if not last:
2346 if (last and last.isCall() and last.depth == line.depth) or \
2347 (md and last and last.depth >= md) or \
2417 last = self.list[-1]
2419 t = FTraceLine(last.time)
2424 self.end = last.time
2432 last = 0
2436 if last and last.isLeaf():
2437 if last.length > l.time - last.time:
2438 last.length = l.time - last.time
2456 last = l
3680 last = ''
3685 '(?P<f>.*)\+ returned .* after (?P<dt>.*) usecs', last)
3688 i = data.dmesgtext.index(last)
3691 data.dmesgtext[j] = last
3692 last = line