OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_before
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/callgrind/
clo.c
47
Int
dump_before
;
member in struct:_fn_config
104
fnc->
dump_before
= CONFIG_DEFAULT;
320
if (fnc->
dump_before
!= CONFIG_DEFAULT)
321
fn->
dump_before
= (fnc->
dump_before
== CONFIG_TRUE);
437
fnc->
dump_before
= CONFIG_TRUE;
callstack.c
132
if (fn->
dump_before
) {
global.h
432
Bool
dump_before
:1;
member in struct:_fn_node
fn.c
347
fn->
dump_before
= False;
Completed in 331 milliseconds