Searched refs:VG_XACT_CLO (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_main.c | 307 if VG_XACT_CLO(str, "--version", VG_(log_output_sink).fd, 1) { in early_process_cmd_line_options() 312 else if VG_XACT_CLO(str, "--help", *need_help, *need_help+1) {} in early_process_cmd_line_options() 313 else if VG_XACT_CLO(str, "-h", *need_help, *need_help+1) {} in early_process_cmd_line_options() 315 else if VG_XACT_CLO(str, "--help-debug", *need_help, *need_help+2) {} in early_process_cmd_line_options() 530 else if VG_XACT_CLO(arg, "--debug-dump=syms", VG_(clo_debug_dump_syms), in main_process_cmd_line_options() 532 else if VG_XACT_CLO(arg, "--debug-dump=line", VG_(clo_debug_dump_line), in main_process_cmd_line_options() 534 else if VG_XACT_CLO(arg, "--debug-dump=frames", in main_process_cmd_line_options() 551 else if VG_XACT_CLO(arg, "--smc-check=none", VG_(clo_smc_check), in main_process_cmd_line_options() 553 else if VG_XACT_CLO(arg, "--smc-check=stack", VG_(clo_smc_check), in main_process_cmd_line_options() 555 else if VG_XACT_CLO(arg, "--smc-check=all", VG_(clo_smc_check), in main_process_cmd_line_options() [all …]
|
/external/valgrind/main/include/ |
D | pub_tool_options.h | 135 #define VG_XACT_CLO(qq_arg, qq_option, qq_var, qq_val) \ macro
|
/external/valgrind/main/callgrind/ |
D | clo.c | 460 else if VG_XACT_CLO(arg, "--pop-on-jump", CLG_(clo).pop_on_jump, True) {} in CLG_() 480 else if VG_XACT_CLO(arg, "--separate-callers=auto", in CLG_()
|
/external/valgrind/main/massif/ |
D | ms_main.c | 454 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {} in ms_process_cmd_line_option() 455 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {} in ms_process_cmd_line_option() 456 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {} in ms_process_cmd_line_option()
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 4807 else if VG_XACT_CLO(arg, "--leak-check=no", in mc_process_cmd_line_options() 4809 else if VG_XACT_CLO(arg, "--leak-check=summary", in mc_process_cmd_line_options() 4811 else if VG_XACT_CLO(arg, "--leak-check=yes", in mc_process_cmd_line_options() 4813 else if VG_XACT_CLO(arg, "--leak-check=full", in mc_process_cmd_line_options() 4816 else if VG_XACT_CLO(arg, "--leak-resolution=low", in mc_process_cmd_line_options() 4818 else if VG_XACT_CLO(arg, "--leak-resolution=med", in mc_process_cmd_line_options() 4820 else if VG_XACT_CLO(arg, "--leak-resolution=high", in mc_process_cmd_line_options()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 4668 else if VG_XACT_CLO(arg, "--history-level=none", in hg_process_cmd_line_option() 4670 else if VG_XACT_CLO(arg, "--history-level=approx", in hg_process_cmd_line_option() 4672 else if VG_XACT_CLO(arg, "--history-level=full", in hg_process_cmd_line_option()
|