Searched refs:TRACE_ID_SCALE_PARAM (Results 1 – 2 of 2) sorted by relevance
178 static constexpr int64_t TRACE_ID_SCALE_PARAM = 10; variable
879 if (traceIdRemainder_.at(info.uniqueId).remainder_ >= TRACE_ID_SCALE_PARAM) { in GetTraceIdInit()883 …int64_t mappedUniqueId = info.uniqueId * TRACE_ID_SCALE_PARAM + (traceIdRemainder_[info.uniqueId].… in GetTraceIdInit()