Lines Matching refs:last
51 static enum match_type Identical(const LogBufferElement& elem, const LogBufferElement& last) { in Identical() argument
54 ssize_t lenr = last.msg_len(); in Identical()
56 if (elem.uid() != last.uid()) return DIFFERENT; in Identical()
57 if (elem.pid() != last.pid()) return DIFFERENT; in Identical()
58 if (elem.tid() != last.tid()) return DIFFERENT; in Identical()
61 if (elem.realtime().nsec() > (last.realtime().nsec() + 60 * NS_PER_SEC)) return DIFFERENT; in Identical()
65 const char* msgr = last.msg(); in Identical()
77 if (IsBinary(last.log_id()) && in Identical()
438 LogBufferElementLast last; in Prune() local
461 if (dropped && last.coalesce(&element, dropped)) { in Prune()
470 last.clear(&element); in Prune()
497 last.add(&element); in Prune()
516 last.clear(&element); in Prune()
538 if (last.coalesce(&element, 1)) { in Prune()
541 last.add(&element); in Prune()
560 last.clear(); in Prune()