/external/valgrind/main/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 | 653 static void fprint_jcc(Int fd, jCC* jcc, AddrPos* curr, AddrPos* last, ULong ecounter) 709 jcc->call_counter, ecounter); 782 ULong ecounter; local 799 ecounter = bbcc->ecounter_sum; 831 (*CLG_(cachesim).add_icost)(currCost->cost, bbcc, instr_info, ecounter); 853 fprint_jcc(fd, jcc, &(currCost->p), last, ecounter); 861 ecounter -= bbcc->jmp[jmp].ecounter; 907 fprint_jcc(fd, jcc, &(currCost->p), last, ecounter); 928 bbcc->jmp[i].ecounter = 0 1563 ULong ecounter = (*p)->ecounter_sum; local [all...] |
bbcc.c | 102 bbcc->jmp[i].ecounter = 0; 288 bbcc->jmp[i].ecounter = 0; 595 last_bbcc->jmp[passed].ecounter++;
|
global.h | 374 ULong ecounter; /* number of times the BB was left at this exit */ member in struct:_JmpData
|