OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collect_atstart
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/callgrind/
clo.c
421
else if VG_BOOL_CLO(arg, "--collect-atstart", CLG_(clo).
collect_atstart
) {}
455
CLG_(clo).
collect_atstart
= False;
648
CLG_(clo).
collect_atstart
= True;
threads.c
317
es->collect = CLG_(clo).
collect_atstart
;
global.h
101
Bool
collect_atstart
; /* Start in collecting state ? */
member in struct:_CommandLineOptions
Completed in 98 milliseconds