Lines Matching defs:events
17 // The bootstat command provides options to persist boot events with the current
18 // timestamp, dump the persisted events, and log all events to EventLog to be
50 auto events = boot_event_store.GetAllBootEvents();
51 for (auto i = events.cbegin(); i != events.cend(); ++i) {
73 printf("Boot events:\n");
77 auto events = boot_event_store.GetAllBootEvents();
78 for (auto i = events.cbegin(); i != events.cend(); ++i) {