Searched refs:BOOTEVENT_FORK (Results 1 – 4 of 4) sorted by relevance
160 (void)clock_gettime(CLOCK_MONOTONIC, &(item->timestamp[BOOTEVENT_FORK])); in AddInitBootEvent()198 double forkTime = (double)item->timestamp[BOOTEVENT_FORK].tv_sec * MSECTONSEC + in BootEventTraversal()199 (double)item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC; in BootEventTraversal()504 &(item->timestamp[BOOTEVENT_FORK])) == 0); in SetServiceBootEventFork()531 item->timestamp[BOOTEVENT_FORK] = timeStat->startTime; in AddCmdBootEvent()
43 BOOTEVENT_FORK, enumerator
62 (uint32_t)item->timestamp[BOOTEVENT_FORK].tv_sec, in TraversalEvent()63 (uint32_t)(item->timestamp[BOOTEVENT_FORK].tv_nsec / USTONSEC), in TraversalEvent()
46 (void)clock_gettime(CLOCK_MONOTONIC, &(item->timestamp[BOOTEVENT_FORK])); in AddBootEvent()