/external/valgrind/callgrind/ |
debug.c | 328 ULong ecounter; local 345 ecounter = bbcc->ecounter_sum; 348 VG_(printf)("ECounter: sum %llu ", ecounter); 351 bb->jmp[i].instr, bbcc->jmp[i].ecounter); 360 i, ii->instr_offset, ecounter); 366 ecounter -= bbcc->jmp[cjmpNo].ecounter;
|
dump.c | 562 ULong ecounter) 616 jcc->call_counter, ecounter); 683 ULong ecounter; local 700 ecounter = bbcc->ecounter_sum; 732 (*CLG_(cachesim).add_icost)(currCost->cost, bbcc, instr_info, ecounter); 754 fprint_jcc(fp, jcc, &(currCost->p), last, ecounter); 762 ecounter -= bbcc->jmp[jmp].ecounter; 807 fprint_jcc(fp, jcc, &(currCost->p), last, ecounter); 828 bbcc->jmp[i].ecounter = 0 1421 ULong ecounter = (*p)->ecounter_sum; local [all...] |
bbcc.c | 102 bbcc->jmp[i].ecounter = 0; 286 bbcc->jmp[i].ecounter = 0; 607 last_bbcc->jmp[passed].ecounter++;
|
global.h | 341 ULong ecounter; /* number of times the BB was left at this exit */ member in struct:_JmpData
|