Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:lastEventTime

205   uint64_t lastEventTime;
2072 pStack->lastEventTime = currentTime;
2110 caller->elapsedExclusive += currentTime - pStack->lastEventTime;
2115 pStack->lastEventTime,
2116 currentTime - pStack->lastEventTime);
2119 caller->topExclusive += currentTime - pStack->lastEventTime;
2155 method->elapsedExclusive += currentTime - pStack->lastEventTime;
2157 method->topExclusive += currentTime - pStack->lastEventTime;
2161 pStack->lastEventTime = currentTime;
2176 sumThreadTime += pStack->lastEventTime - pStack->threadStartTime;
2188 uint64_t elapsed = pStack->lastEventTime - entryTime;