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

  /external/valgrind/main/callgrind/
bbcc.c 96 if ((bbcc->ecounter_sum ==0) &&
106 bbcc->ecounter_sum = 0;
291 bbcc->ecounter_sum = 0;
497 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0;
500 source_bbcc->ecounter_sum++;
600 last_bbcc->ecounter_sum++;
dump.c 799 ecounter = bbcc->ecounter_sum;
926 bbcc->ecounter_sum = 0;
1131 if ((bbcc->ecounter_sum > 0) || (bbcc->ret_counter>0))
1137 if ((bbcc->ecounter_sum == 0) &&
1165 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) {
1188 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) {
    [all...]
debug.c 345 ecounter = bbcc->ecounter_sum;
global.h 408 ULong ecounter_sum; /* execution counter for first instruction of BB */ member in struct:_BBCC

Completed in 31 milliseconds