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

  /external/valgrind/main/coregrind/
m_main.c 349 if VG_XACT_CLO(str, "--version", VG_(log_output_sink).fd, 1) {
354 else if VG_XACT_CLO(str, "--help", *need_help, *need_help+1) {}
355 else if VG_XACT_CLO(str, "-h", *need_help, *need_help+1) {}
357 else if VG_XACT_CLO(str, "--help-debug", *need_help, *need_help+2) {}
523 else if VG_XACT_CLO(arg, "--vgdb=no", VG_(clo_vgdb), Vg_VgdbNo) {}
524 else if VG_XACT_CLO(arg, "--vgdb=yes", VG_(clo_vgdb), Vg_VgdbYes) {}
525 else if VG_XACT_CLO(arg, "--vgdb=full", VG_(clo_vgdb), Vg_VgdbFull) {
566 else if VG_XACT_CLO(arg, "--debug-dump=syms", VG_(clo_debug_dump_syms),
568 else if VG_XACT_CLO(arg, "--debug-dump=line", VG_(clo_debug_dump_line),
570 else if VG_XACT_CLO(arg, "--debug-dump=frames"
    [all...]
  /external/valgrind/main/include/
pub_tool_options.h 137 #define VG_XACT_CLO(qq_arg, qq_option, qq_var, qq_val) \
  /external/valgrind/main/callgrind/
clo.c 460 else if VG_XACT_CLO(arg, "--pop-on-jump", CLG_(clo).pop_on_jump, True) {}
480 else if VG_XACT_CLO(arg, "--separate-callers=auto",
  /external/valgrind/main/massif/
ms_main.c 450 else if VG_XACT_CLO(arg, "--time-unit=i", clo_time_unit, TimeI) {}
451 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {}
452 else if VG_XACT_CLO(arg, "--time-unit=B", clo_time_unit, TimeB) {}
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 117 milliseconds