Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:lastEventTime

203     uint64_t    lastEventTime;
2339 pStack->lastEventTime = currentTime;
2378 caller->elapsedExclusive += currentTime - pStack->lastEventTime;
2383 pStack->lastEventTime,
2384 currentTime - pStack->lastEventTime);
2387 caller->topExclusive += currentTime - pStack->lastEventTime;
2426 method->elapsedExclusive += currentTime - pStack->lastEventTime;
2428 method->topExclusive += currentTime - pStack->lastEventTime;
2432 pStack->lastEventTime = currentTime;
2450 sumThreadTime += pStack->lastEventTime - pStack->threadStartTime;
2462 uint64_t elapsed = pStack->lastEventTime - entryTime;