Searched defs:ecounter (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/callgrind/ |
H A D | 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;
|
H A D | 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 561 fprint_jcc(VgFile *fp, jCC* jcc, AddrPos* curr, AddrPos* last, ULong ecounter) argument 1421 ULong ecounter = (*p)->ecounter_sum; local [all...] |
H A D | global.h | 341 ULong ecounter; /* number of times the BB was left at this exit */ member in struct:_JmpData
|
Completed in 149 milliseconds