Home
last modified time | relevance | path

Searched refs:VG_XACT_CLO (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/coregrind/m_replacemalloc/
Dreplacemalloc_core.c68 else if VG_XACT_CLO(arg, "--xtree-memory=none", in VG_()
70 else if VG_XACT_CLO(arg, "--xtree-memory=allocs", in VG_()
72 else if VG_XACT_CLO(arg, "--xtree-memory=full", in VG_()
/external/valgrind/coregrind/
Dm_main.c389 if VG_XACT_CLO(str, "--version", need_version, 1) {} in early_process_cmd_line_options()
396 else if VG_XACT_CLO(str, "--help", *need_help, *need_help+1) {} in early_process_cmd_line_options()
397 else if VG_XACT_CLO(str, "-h", *need_help, *need_help+1) {} in early_process_cmd_line_options()
399 else if VG_XACT_CLO(str, "--help-debug", *need_help, *need_help+2) {} in early_process_cmd_line_options()
576 else if VG_XACT_CLO(arg, "--vgdb=no", VG_(clo_vgdb), Vg_VgdbNo) {} in main_process_cmd_line_options()
577 else if VG_XACT_CLO(arg, "--vgdb=yes", VG_(clo_vgdb), Vg_VgdbYes) {} in main_process_cmd_line_options()
578 else if VG_XACT_CLO(arg, "--vgdb=full", VG_(clo_vgdb), Vg_VgdbFull) { in main_process_cmd_line_options()
650 else if VG_XACT_CLO(arg, "--debug-dump=syms", VG_(clo_debug_dump_syms), in main_process_cmd_line_options()
652 else if VG_XACT_CLO(arg, "--debug-dump=line", VG_(clo_debug_dump_line), in main_process_cmd_line_options()
654 else if VG_XACT_CLO(arg, "--debug-dump=frames", in main_process_cmd_line_options()
[all …]
/external/valgrind/include/
Dpub_tool_options.h166 #define VG_XACT_CLO(qq_arg, qq_option, qq_var, qq_val) \ macro
/external/valgrind/callgrind/
Dclo.c461 else if VG_XACT_CLO(arg, "--pop-on-jump", CLG_(clo).pop_on_jump, True) {} in CLG_()
481 else if VG_XACT_CLO(arg, "--separate-callers=auto", in CLG_()
/external/valgrind/memcheck/
Dmc_main.c6114 else if VG_XACT_CLO(arg, "--leak-check=no", in mc_process_cmd_line_options()
6116 else if VG_XACT_CLO(arg, "--leak-check=summary", in mc_process_cmd_line_options()
6118 else if VG_XACT_CLO(arg, "--leak-check=yes", in mc_process_cmd_line_options()
6120 else if VG_XACT_CLO(arg, "--leak-check=full", in mc_process_cmd_line_options()
6123 else if VG_XACT_CLO(arg, "--leak-resolution=low", in mc_process_cmd_line_options()
6125 else if VG_XACT_CLO(arg, "--leak-resolution=med", in mc_process_cmd_line_options()
6127 else if VG_XACT_CLO(arg, "--leak-resolution=high", in mc_process_cmd_line_options()
6205 else if VG_XACT_CLO(arg, "--keep-stacktraces=alloc", in mc_process_cmd_line_options()
6207 else if VG_XACT_CLO(arg, "--keep-stacktraces=free", in mc_process_cmd_line_options()
6209 else if VG_XACT_CLO(arg, "--keep-stacktraces=alloc-and-free", in mc_process_cmd_line_options()
[all …]
/external/valgrind/massif/
Dms_main.c412 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {} in ms_process_cmd_line_option()
413 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {} in ms_process_cmd_line_option()
414 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {} in ms_process_cmd_line_option()
/external/valgrind/helgrind/
Dhg_main.c5584 else if VG_XACT_CLO(arg, "--history-level=none", in hg_process_cmd_line_option()
5586 else if VG_XACT_CLO(arg, "--history-level=approx", in hg_process_cmd_line_option()
5588 else if VG_XACT_CLO(arg, "--history-level=full", in hg_process_cmd_line_option()
5618 else if VG_XACT_CLO(arg, "--vts-pruning=never", in hg_process_cmd_line_option()
5620 else if VG_XACT_CLO(arg, "--vts-pruning=auto", in hg_process_cmd_line_option()
5622 else if VG_XACT_CLO(arg, "--vts-pruning=always", in hg_process_cmd_line_option()