Home | History | Annotate | Download | only in callgrind

Lines Matching full:stack

32 /*--- Call stack, operations                               ---*/
35 /* Stack of current thread. Gets initialized when switching to 1st thread.
37 * The artificial call stack is an array of call_entry's, representing
38 * stack frames of the executing program.
40 * Array call_stack_esp holds SPs of corresponding stack frames.
110 VG_(printf)(" call stack enlarged to %d entries\n",
179 /* Push call on call stack.
193 /* Ensure a call stack of size <current_sp>+1.
212 * skipping, the old context should already be saved on the stack */
247 /* put jcc on call stack */
308 /* Pop call stack and update inclusive sums.
331 /* jCC item not any more on real stack: pop */
403 /* Unwind enough CallStack items to sync with current stack pointer.
404 * Returns the number of stack frames unwinded.
413 /* We pop old stack frames.
414 * For a call, be p the stack address with return address.