Home
last modified time | relevance | path

Searched refs:ret_counter (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/callgrind/
Dcallstack.c354 jcc->from->ret_counter++; in CLG_()
356 CLG_(stat).ret_counter++; in CLG_()
Dbbcc.c97 (bbcc->ret_counter ==0)) return; in CLG_()
107 bbcc->ret_counter = 0; in CLG_()
280 bbcc->ret_counter = 0; in new_bbcc()
Ddump.c829 bbcc->ret_counter = 0; in fprint_bbcc()
1021 if ((bbcc->ecounter_sum > 0) || (bbcc->ret_counter>0)) in hash_addCount()
1028 (bbcc->ret_counter == 0)) return; in hash_addPtr()
1055 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) { in cs_addCount()
1078 if (bbcc->ecounter_sum>0 || bbcc->ret_counter>0) { in cs_addPtr()
Dglobal.h141 ULong ret_counter; member
369 ULong ret_counter; /* how often returned from jccs of this bbcc; member
Dmain.c71 s->ret_counter = 0; in CLG_()
1874 CLG_(stat).ret_counter); in clg_print_stats()