HomeSort by relevance Sort by last modified time
    Searched refs:collect_jumps (Results 1 - 4 of 4) sorted by null

  /external/valgrind/callgrind/
clo.c 415 else if VG_BOOL_CLO(arg, "--collect-jumps", CLG_(clo).collect_jumps) {}
417 else if VG_BOOL_CLO(arg, "--trace-jump", CLG_(clo).collect_jumps) {}
649 CLG_(clo).collect_jumps = False;
global.h 102 Bool collect_jumps; /* Collect (cond.) jumps in functions ? */ member in struct:_CommandLineOptions
bbcc.c 872 if (CLG_(clo).collect_jumps && (jmpkind == jk_Jump)) {
dump.c 1248 CLG_(clo).collect_jumps ? "yes" : "no");
    [all...]

Completed in 86 milliseconds