Lines Matching defs:previous
40 struct _ProfilerContext *previous;
283 pObj->freelistProfilerContext = c->previous;
294 self->previous = pObj->currentProfilerContext;
297 if ((pObj->flags & POF_SUBCALLS) && self->previous) {
299 ProfilerEntry *caller = self->previous->ctxEntry;
314 if (self->previous)
315 self->previous->subt += tt;
316 pObj->currentProfilerContext = self->previous;
323 if ((pObj->flags & POF_SUBCALLS) && self->previous) {
325 ProfilerEntry *caller = self->previous->ctxEntry;
365 pObj->freelistProfilerContext = pContext->previous;
398 pObj->currentProfilerContext = pContext->previous;
401 pContext->previous = pObj->freelistProfilerContext;
698 pObj->currentProfilerContext = pContext->previous;