Lines Matching full:parents
183 struct TimedMethod *parents[2]; /* 0=normal, 1=recursive */
359 method->parents[0] = NULL;
360 method->parents[1] = NULL;
1412 TimedMethod *parents = child->parents[childIsRecursive];
1413 for (pTimed = parents; pTimed; pTimed = pTimed->next) {
1428 pTimed->next = parents;
1429 child->parents[childIsRecursive] = pTimed;
1475 /* This prints the inclusive stats for all the parents or children of a
1793 printf("\nInclusive elapsed times for each method and its parents and children,\n");
1825 /* Sort and print the parents */
1827 printInclusiveMethod(method, method->parents[0], numCalls, 0);
1828 if (method->parents[1]) {
1830 printInclusiveMethod(method, method->parents[1], numCalls,