Searched refs:NSEC_PER_MSEC (Results 1 – 4 of 4) sorted by relevance
25 static constexpr uint64_t NSEC_PER_MSEC = 1000000; variable33 for (uint32_t i = 0; i < subVec.size(); ++i) subVec[i] /= NSEC_PER_MSEC; in copyVecsToArray()72 flattened[i] /= NSEC_PER_MSEC; in addCpuTimeInFreqDelta()
26 static constexpr uint64_t NSEC_PER_MSEC = 1000000; variable49 for (uint32_t i = 0; i < subVec.size(); ++i) subVec[i] /= NSEC_PER_MSEC; in copy2DVecToArray()100 for (auto &time : times.active) time /= NSEC_PER_MSEC; in KernelCpuUidActiveTimeBpfMapReader_readBpfData()
35 static constexpr uint64_t NSEC_PER_MSEC = 1000000; variable168 cpuTimesMillis[index] = timeNanos / NSEC_PER_MSEC; in flattenTimeInStateData()
85 #define NSEC_PER_MSEC (1000000LL) macro212 return tm.tv_sec * MSEC_PER_SEC + (tm.tv_nsec / NSEC_PER_MSEC); in curr_time_ms()