HomeSort by relevance Sort by last modified time
    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 506 CLG_(clo).collect_jumps ? "yes" : "no");
global.h 85 Bool collect_jumps; /* Collect (cond.) jumps in functions ? */ member in struct:_CommandLineOptions
bbcc.c 851 if (CLG_(clo).collect_jumps &&
dump.c     [all...]

Completed in 97 milliseconds