OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separate_callers
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/callgrind/
clo.c
38
/* Special value for
separate_callers
: automatic = adaptive */
56
Int
separate_callers
; /* separate logging dependent on caller */
member in struct:_fn_config
111
fnc->
separate_callers
= CONFIG_DEFAULT;
341
if (fnc->
separate_callers
!= CONFIG_DEFAULT)
342
fn->
separate_callers
= fnc->
separate_callers
;
481
CLG_(clo).
separate_callers
, CONFIG_AUTO) {}
483
CLG_(clo).
separate_callers
) {}
500
fnc->
separate_callers
= n;
654
CLG_(clo).
separate_callers
= 0
[
all
...]
context.c
187
size = top_fn->
separate_callers
+1;
243
size = (*fn)->
separate_callers
+1;
global.h
76
Int
separate_callers
; /* Separate dependent on how many callers? */
member in struct:_CommandLineOptions
444
Int
separate_callers
;
member in struct:_fn_node
dump.c
[
all
...]
fn.c
358
fn->
separate_callers
= CLG_(clo).
separate_callers
;
main.c
[
all
...]
Completed in 483 milliseconds