Lines Matching refs:caller
2302 MethodEntry* caller; in parseDataKeys() local
2374 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
2376 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2377 countRecursiveEntries(pStack, pStack->top, caller); in parseDataKeys()
2378 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2380 if (caller->elapsedExclusive > 10000000) in parseDataKeys()
2382 caller->elapsedExclusive, currentTime, in parseDataKeys()
2386 if (caller->recursiveEntries <= 1) { in parseDataKeys()
2387 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2419 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
2421 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2422 countRecursiveEntries(pStack, pStack->top, caller); in parseDataKeys()
2425 addInclusiveTime(caller, method, elapsed); in parseDataKeys()
2454 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2456 caller = pStack->calls[ii - 1].method; in parseDataKeys()
2458 countRecursiveEntries(pStack, ii, caller); in parseDataKeys()
2463 addInclusiveTime(caller, method, elapsed); in parseDataKeys()
2466 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2467 caller->elapsedInclusive = sumThreadTime; in parseDataKeys()