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

  /external/valgrind/callgrind/
bbcc.c 96 if ((bbcc->ecounter_sum ==0) &&
106 bbcc->ecounter_sum = 0;
289 bbcc->ecounter_sum = 0;
507 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0;
510 source_bbcc->ecounter_sum++;
606 last_bbcc->ecounter_sum++;
dump.c 700 ecounter = bbcc->ecounter_sum;
826 bbcc->ecounter_sum = 0;
1021 if ((bbcc->ecounter_sum > 0) || (bbcc->ret_counter>0))
1027 if ((bbcc->ecounter_sum == 0) &&
1055 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) {
1078 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) {
    [all...]
debug.c 345 ecounter = bbcc->ecounter_sum;
global.h 382 ULong ecounter_sum; /* execution counter for first instruction of BB */ member in struct:_BBCC

Completed in 1022 milliseconds