Home | History | Annotate | Download | only in qtools

Lines Matching refs:time

27     void push(int stackLevel, uint64_t time, CallStackBase *base);
28 void pop(int stackLevel, uint64_t time, CallStackBase *base);
71 void MyFrame::push(int stackLevel, uint64_t time, CallStackBase *base)
78 stack->getGlobalTime(time), pid, stackLevel,
89 thread_time[pid] = time;
90 dmtrace->addFunctionEntry(function->id, time, pid);
93 void MyFrame::pop(int stackLevel, uint64_t time, CallStackBase *base)
100 stack->getGlobalTime(time), pid, stackLevel,
112 fprintf(stderr, "Error: q2dm function mismatch at time %llu pid %d sym %s\n",
113 stack->getGlobalTime(time), pid, sym->name);
118 thread_time[pid] = time;
119 dmtrace->addFunctionExit(function->id, time, pid);
179 event.time, event.pid, function->name);
196 kernelStack->popAll(event.time);
216 pStack->threadStart(event.time);
218 prevStack->threadStop(event.time);
249 prevStack->threadStop(event.time);
252 stacks[ii]->threadStart(event.time);
253 stacks[ii]->popAll(event.time);
257 kernelStack->popAll(event.time);