Lines Matching full:calls
113 "<th>1: # calls</th>\n"
114 "<th>2: # calls</th>\n"
122 "<th># calls</th>\n";
215 StackEntry calls[MAX_STACK_DEPTH];
1563 if (pStack->calls[ii].method == method)
1573 MethodEntry *method = pStack->calls[ii].method;
1574 uint64_t entryTime = pStack->calls[ii].entryTime;
1800 printf("index %%/total %%/self index calls usecs name\n");
2117 * in that class. Also sum the number of method calls. Also
2149 printf("Cycles %%/total Cumul.%% Calls+Recur Class</div>\n");
2151 printf(" Cycles %%/total Cumul.%% Calls+Recur Class\n");
2348 * with the same name. Also sum the number of method calls. Also
2381 printf("Cycles %%/total Cumul.%% Calls+Recur Method</div>\n");
2383 printf(" Cycles %%/total Cumul.%% Calls+Recur Method\n");
3018 caller = pStack->calls[pStack->top - 1].method;
3035 pStack->calls[pStack->top].method = method;
3036 pStack->calls[pStack->top++].entryTime = currentTime;
3064 entryTime = pStack->calls[pStack->top].entryTime;
3065 if (method != pStack->calls[pStack->top].method) {
3083 caller = pStack->calls[pStack->top - 1].method;
3117 /* If we have calls on the stack when the trace ends, then clean
3143 caller = pStack->calls[ii - 1].method;
3144 method = pStack->calls[ii].method;
3148 uint64_t entryTime = pStack->calls[ii].entryTime;