HomeSort by relevance Sort by last modified time
    Searched full:dump_bbs (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/callgrind/
dump.c 538 if (CLG_(clo).dump_bbs) {
557 if (0) //CLG_(clo).dump_bbs)
803 * if CLG_(clo).dump_bbs or file/line has changed
811 if (CLG_(clo).dump_bbs || CLG_(clo).dump_instr ||
909 if (CLG_(clo).dump_bbs || CLG_(clo).dump_bb) {
916 if (CLG_(clo).dump_bbs) my_fwrite(fd, (void*)"\n", 1);
    [all...]
clo.c 519 else if VG_BOOL_CLO(arg, "--dump-bbs", CLG_(clo).dump_bbs) {}
641 CLG_(clo).dump_bbs = False;
global.h 72 Bool dump_bbs; /* Dump basic block information? */ member in struct:_CommandLineOptions

Completed in 113 milliseconds