Lines Matching refs:caller
2036 MethodEntry* caller; in parseDataKeys() local
2110 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
2112 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2113 countRecursiveEntries(pStack, pStack->top, caller); in parseDataKeys()
2114 caller->elapsedExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2116 if (caller->elapsedExclusive > 10000000) in parseDataKeys()
2118 caller->elapsedExclusive, currentTime, in parseDataKeys()
2122 if (caller->recursiveEntries <= 1) { in parseDataKeys()
2123 caller->topExclusive += currentTime - pStack->lastEventTime; in parseDataKeys()
2152 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
2154 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2155 countRecursiveEntries(pStack, pStack->top, caller); in parseDataKeys()
2158 addInclusiveTime(caller, method, elapsed); in parseDataKeys()
2184 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2186 caller = pStack->calls[ii - 1].method; in parseDataKeys()
2188 countRecursiveEntries(pStack, ii, caller); in parseDataKeys()
2193 addInclusiveTime(caller, method, elapsed); in parseDataKeys()
2196 caller = &dataKeys->methods[TOPLEVEL_INDEX]; in parseDataKeys()
2197 caller->elapsedInclusive = sumThreadTime; in parseDataKeys()