OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ret_counter
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/callgrind/
callstack.c
351
* the
ret_counter
is used to check if a BBCC dump is needed.
353
jcc->from->
ret_counter
++;
355
CLG_(stat).
ret_counter
++;
global.h
173
ULong
ret_counter
;
member in struct:_Statistics
402
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
70
s->
ret_counter
= 0;
[
all
...]
Completed in 145 milliseconds