Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:MAX_STACK_DEPTH

43 #define MAX_STACK_DEPTH 10000
202 StackEntry calls[MAX_STACK_DEPTH];
1174 char spaces[MAX_STACK_DEPTH+1];
1183 memset(spaces, '.', MAX_STACK_DEPTH);
1184 spaces[MAX_STACK_DEPTH] = '\0';
1237 } else if (printDepth > MAX_STACK_DEPTH) {
1238 printDepth = MAX_STACK_DEPTH;
1253 spaces + (MAX_STACK_DEPTH - printDepth),
1259 spaces + (MAX_STACK_DEPTH - printDepth),
2366 if (pStack->top >= MAX_STACK_DEPTH) {
2368 MAX_STACK_DEPTH);