Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:frames

78   dataRecord** frames;
148 callStack[ii].frames = nullptr;
186 if (callStack[threadId].frames == nullptr) {
188 callStack[threadId].frames = stk;
241 callStack[threadId].frames[indentLevel] = &records[nextRecord];
245 if (callStack[threadId].frames[indentLevel - 1] == nullptr) {
249 callStack[threadId].frames[indentLevel - 1] = &records[nextRecord];
258 char* name = callStack[threadId].frames[indentLevel - 1]->fullName;
265 callStack[threadId].frames[indentLevel - 1]->fullName);
284 // frames than we entered.
286 callStack[threadId].frames[indentLevel] = &records[nextRecord];