Lines Matching full:dump
435 else if VG_STR_CLO(arg, "--dump-before", tmp_str) {
445 else if VG_STR_CLO(arg, "--dump-after", tmp_str) {
519 else if VG_BOOL_CLO(arg, "--dump-bbs", CLG_(clo).dump_bbs) {}
520 else if VG_BOOL_CLO(arg, "--dump-line", CLG_(clo).dump_line) {}
521 else if VG_BOOL_CLO(arg, "--dump-instr", CLG_(clo).dump_instr) {}
522 else if VG_BOOL_CLO(arg, "--dump-bb", CLG_(clo).dump_bb) {}
524 else if VG_INT_CLO( arg, "--dump-every-bb", CLG_(clo).dump_every_bb) {}
551 "\n dump creation options:\n"
553 " --dump-line=no|yes Dump source lines of costs? [yes]\n"
554 " --dump-instr=no|yes Dump instruction address of costs? [no]\n"
555 " --compress-strings=no|yes Compress strings in profile dump? [yes]\n"
556 dump? [yes]\n"
559 " --compress-events=no|yes Compress events in profile dump? [no]\n"
560 " --dump-bb=no|yes Dump basic block address of costs? [no]\n"
561 " --dump-bbs=no|yes Dump basic block info? [no]\n"
562 " --dump-skipped=no|yes Dump info on skipped functions in calls? [no]\n"
567 " --dump-every-bb=<count> Dump every <count> basic blocks [0=never]\n"
568 " --dump-before=<func> Dump when entering function\n"
570 " --dump-after=<func> Dump when leaving function\n"
572 " --dump-objs=no|yes Dump static object information [no]\n"
630 /* dump options */