Searched refs:nonskipped (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/callgrind/
H A Dcallstack.c206 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
[all...]
H A Dthreads.c320 es->nonskipped = 0;
419 es->nonskipped = CLG_(current_state).nonskipped;
444 CLG_(current_state).nonskipped = es->nonskipped;
H A Ddebug.c109 VG_(printf)("ExecState [Sig %d, collect %s, nonskipped %p]: jmps_passed %d\n",
111 es->nonskipped, es->jmps_passed);
274 if (ce->nonskipped)
276 bb_addr(ce->nonskipped->bb),
277 ce->nonskipped->cxt->fn[0]->name);
H A Dsim.c865 loaded->use_base = (CLG_(current_state).nonskipped) ?
866 CLG_(current_state).nonskipped->skipped :
956 loaded->use_base = (CLG_(current_state).nonskipped) ? \
957 CLG_(current_state).nonskipped->skipped : \
1064 if (CLG_(current_state).nonskipped)
1065 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1092 if (CLG_(current_state).nonskipped) {
1094 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1128 if (CLG_(current_state).nonskipped) {
1130 CLG_(current_state).nonskipped
[all...]
H A Dbbcc.c528 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;
H A Dmain.c118 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);
H A Dglobal.h478 * <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 1799 milliseconds