OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collect_jumps
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/callgrind/
clo.c
414
else if VG_BOOL_CLO(arg, "--collect-jumps", CLG_(clo).
collect_jumps
) {}
416
else if VG_BOOL_CLO(arg, "--trace-jump", CLG_(clo).
collect_jumps
) {}
648
CLG_(clo).
collect_jumps
= False;
command.c
503
CLG_(clo).
collect_jumps
? "yes" : "no");
global.h
85
Bool
collect_jumps
; /* Collect (cond.) jumps in functions ? */
member in struct:_CommandLineOptions
bbcc.c
848
if (CLG_(clo).
collect_jumps
&&
dump.c
[
all
...]
Completed in 44 milliseconds