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

  /external/valgrind/main/callgrind/
callstack.c 345 * the ret_counter is used to check if a BBCC dump is needed.
347 jcc->from->ret_counter++;
349 CLG_(stat).ret_counter++;
global.h 176 ULong ret_counter; member in struct:_Statistics
395 ULong ret_counter; /* how often returned from jccs of this bbcc; member in struct:_BBCC
bbcc.c 97 (bbcc->ret_counter ==0)) return;
107 bbcc->ret_counter = 0;
282 bbcc->ret_counter = 0;
dump.c 929 bbcc->ret_counter = 0;
1131 if ((bbcc->ecounter_sum > 0) || (bbcc->ret_counter>0))
1138 (bbcc->ret_counter == 0)) return;
1165 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) {
1188 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) {
    [all...]
main.c 66 s->ret_counter = 0;
    [all...]

Completed in 67 milliseconds