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

  /external/valgrind/main/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);
245 current_entry->nonskipped = CLG_(current_state).nonskipped;
255 CLG_(current_state).nonskipped = 0;
256 else if (!CLG_(current_state).nonskipped) {
257 /* a call from nonskipped to skipped */
258 CLG_(current_state).nonskipped = from;
259 if (!CLG_(current_state).nonskipped->skipped)
    [all...]
threads.c 320 es->nonskipped = 0;
419 es->nonskipped = CLG_(current_state).nonskipped;
444 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);
sim.c 865 loaded->use_base = (CLG_(current_state).nonskipped) ?
866 CLG_(current_state).nonskipped->skipped :
    [all...]
bbcc.c 528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
599 if (CLG_(current_state).collect && !CLG_(current_state).nonskipped) {
700 CLG_ASSERT(CLG_(current_state).nonskipped != 0);
841 if (!skip && CLG_(current_state).nonskipped) {
842 /* a call from skipped to nonskipped */
843 CLG_(current_state).bbcc = CLG_(current_state).nonskipped;
main.c 118 if (CLG_(current_state).nonskipped)
119 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
147 if (CLG_(current_state).nonskipped)
148 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
177 if (CLG_(current_state).nonskipped)
178 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI);
    [all...]
global.h 478 * <nonskipped> is 0 if the function called is not skipped (usual case).
489 BBCC* nonskipped; /* see above */ member in struct:_call_entry
502 * - last BB, last jump kind, last nonskipped BB
522 BBCC* nonskipped; member in struct:_exec_state

Completed in 53 milliseconds