HomeSort by relevance Sort by last modified time
    Searched refs:nonskipped (Results 1 - 7 of 7) sorted by null

  /external/valgrind/callgrind/
callstack.c 206 if (CLG_(current_state).nonskipped) {
207 /* this is a jmp from skipped to nonskipped */
208 CLG_ASSERT(CLG_(current_state).nonskipped == from);
251 current_entry->nonskipped = CLG_(current_state).nonskipped;
261 CLG_(current_state).nonskipped = 0;
262 else if (!CLG_(current_state).nonskipped) {
263 /* a call from nonskipped to skipped */
264 CLG_(current_state).nonskipped = from;
265 if (!CLG_(current_state).nonskipped->skipped)
    [all...]
sim.c 877 loaded->use_base = (CLG_(current_state).nonskipped) ?
878 CLG_(current_state).nonskipped->skipped :
    [all...]
threads.c 321 es->nonskipped = 0;
420 es->nonskipped = CLG_(current_state).nonskipped;
445 CLG_(current_state).nonskipped = es->nonskipped;
debug.c 109 VG_(printf)("ExecState [Sig %d, collect %s, nonskipped %p]: jmps_passed %d\n",
111 es->nonskipped, es->jmps_passed);
274 if (ce->nonskipped)
275 VG_(printf)(" NonSkipped BB %#lx / %s",
276 bb_addr(ce->nonskipped->bb),
277 ce->nonskipped->cxt->fn[0]->name);
bbcc.c 538 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
605 if (!CLG_(current_state).nonskipped) {
621 CLG_(current_state).nonskipped->skipped[ fullOffset(EG_IR) ]
719 CLG_ASSERT(CLG_(current_state).nonskipped != 0);
862 if (!skip && CLG_(current_state).nonskipped) {
863 /* a call from skipped to nonskipped */
864 CLG_(current_state).bbcc = CLG_(current_state).nonskipped;
global.h 451 * <nonskipped> is 0 if the function called is not skipped (usual case).
462 BBCC* nonskipped; /* see above */ member in struct:_call_entry
475 * - last BB, last jump kind, last nonskipped BB
496 BBCC* nonskipped; member in struct:_exec_state
main.c 123 if (CLG_(current_state).nonskipped)
124 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
152 if (CLG_(current_state).nonskipped)
153 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
182 if (CLG_(current_state).nonskipped)
183 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
    [all...]

Completed in 40 milliseconds