/external/valgrind/main/include/ |
pub_tool_options.h | 110 #define VG_BINT_CLO(qq_arg, qq_option, qq_var, qq_lo, qq_hi) \
|
/external/valgrind/main/coregrind/ |
m_main.c | 548 else if VG_BINT_CLO(arg, "--num-callers", VG_(clo_backtrace_size), 1, 566 else if VG_BINT_CLO(arg, "--vex-iropt-verbosity", 568 else if VG_BINT_CLO(arg, "--vex-iropt-level", 572 else if VG_BINT_CLO(arg, "--vex-iropt-unroll-thresh", 574 else if VG_BINT_CLO(arg, "--vex-guest-max-insns", 576 else if VG_BINT_CLO(arg, "--vex-guest-chase-thresh", [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 430 else if VG_BINT_CLO(arg, "--heap-admin", clo_heap_admin, 0, 1024) {} 436 else if VG_BINT_CLO(arg, "--depth", clo_depth, 1, MAX_DEPTH) {} 458 else if VG_BINT_CLO(arg, "--detailed-freq", clo_detailed_freq, 1, 1000000) {} 460 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/helgrind/ |
hg_main.c | [all...] |
/external/valgrind/main/memcheck/ |
mc_main.c | [all...] |