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

  /external/valgrind/main/include/
pub_tool_options.h 112 #define VG_BINT_CLO(qq_arg, qq_option, qq_var, qq_lo, qq_hi) \
  /external/valgrind/main/coregrind/
m_main.c 583 else if VG_BINT_CLO(arg, "--num-callers", VG_(clo_backtrace_size), 1,
605 else if VG_BINT_CLO(arg, "--vex-iropt-verbosity",
607 else if VG_BINT_CLO(arg, "--vex-iropt-level",
621 else if VG_BINT_CLO(arg, "--vex-iropt-unroll-thresh",
623 else if VG_BINT_CLO(arg, "--vex-guest-max-insns",
625 else if VG_BINT_CLO(arg, "--vex-guest-chase-thresh",
    [all...]
  /external/valgrind/main/massif/
ms_main.c 426 else if VG_BINT_CLO(arg, "--heap-admin", clo_heap_admin, 0, 1024) {}
432 else if VG_BINT_CLO(arg, "--depth", clo_depth, 1, MAX_DEPTH) {}
454 else if VG_BINT_CLO(arg, "--detailed-freq", clo_detailed_freq, 1, 1000000) {}
456 else if VG_BINT_CLO(arg, "--max-snapshots", clo_max_snapshots, 10, 1000) {}
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 1040 if VG_BINT_CLO(arg, "--show-top-n", clo_show_top_n, 1, 100000) {}
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 235 milliseconds