Home
last modified time | relevance | path

Searched refs:last_boot (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker_unittest.cc244 int last_boot = 0; in TEST_F() local
249 last_boot += increments[rnd() % base::ArraySize(increments)]; in TEST_F()
250 ct_.AddSnapshot({{MONOTONIC, last_mono}, {BOOTTIME, last_boot}}); in TEST_F()
253 last_boot += increments[rnd() % base::ArraySize(increments)]; in TEST_F()
254 ct_.AddSnapshot({{MONOTONIC_RAW, last_raw}, {BOOTTIME, last_boot}}); in TEST_F()
/external/u-boot/include/
Dec_commands.h2547 uint32_t last_boot; member