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

  /external/valgrind/coregrind/
m_main.c 386 if VG_XACT_CLO(str, "--version", VG_(log_output_sink).fd, 1) {
391 else if VG_XACT_CLO(str, "--help", *need_help, *need_help+1) {}
392 else if VG_XACT_CLO(str, "-h", *need_help, *need_help+1) {}
394 else if VG_XACT_CLO(str, "--help-debug", *need_help, *need_help+2) {}
601 else if VG_XACT_CLO(arg, "--vgdb=no", VG_(clo_vgdb), Vg_VgdbNo) {}
602 else if VG_XACT_CLO(arg, "--vgdb=yes", VG_(clo_vgdb), Vg_VgdbYes) {}
603 else if VG_XACT_CLO(arg, "--vgdb=full", VG_(clo_vgdb), Vg_VgdbFull) {
    [all...]
  /external/valgrind/include/
pub_tool_options.h 166 #define VG_XACT_CLO(qq_arg, qq_option, qq_var, qq_val) \
  /external/valgrind/callgrind/
clo.c 461 else if VG_XACT_CLO(arg, "--pop-on-jump", CLG_(clo).pop_on_jump, True) {}
481 else if VG_XACT_CLO(arg, "--separate-callers=auto",
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /external/valgrind/massif/
ms_main.c 438 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {}
439 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {}
440 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {}
    [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 429 milliseconds