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

  /external/valgrind/coregrind/m_replacemalloc/
replacemalloc_core.c 58 if VG_INT_CLO(arg, "--alignment", VG_(clo_alignment)) {
  /external/valgrind/callgrind/
clo.c 458 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {}
468 else if VG_INT_CLO(arg, "--ct-verbose", CLG_(clo).verbose) {}
469 else if VG_INT_CLO(arg, "--ct-vstart", CLG_(clo).verbose_start) {}
483 else if VG_INT_CLO( arg, "--separate-callers",
525 else if VG_INT_CLO( arg, "--dump-every-bb", CLG_(clo).dump_every_bb) {}
  /external/valgrind/drd/
drd_main.c 96 else if VG_INT_CLO (arg, "--join-list-vol", join_list_vol) {}
103 else if VG_INT_CLO (arg, "--segment-merging-interval", segment_merge_interval)
125 else if VG_INT_CLO (arg, "--exclusive-threshold", exclusive_threshold_ms) {}
127 else if VG_INT_CLO (arg, "--shared-threshold", shared_threshold_ms) {}
    [all...]
  /external/valgrind/include/
pub_tool_options.h 100 #define VG_INT_CLO(qq_arg, qq_option, qq_var) \
  /external/valgrind/coregrind/
m_main.c 403 else if VG_INT_CLO(str, "--max-stackframe", VG_(clo_max_stackframe)) {}
404 else if VG_INT_CLO(str, "--main-stacksize", VG_(clo_main_stacksize)) {}
407 else if VG_INT_CLO(str, "--max-threads", VG_(clo_max_threads)) {}
610 else if VG_INT_CLO (arg, "--vgdb-poll", VG_(clo_vgdb_poll)) {}
611 else if VG_INT_CLO (arg, "--vgdb-error", VG_(clo_vgdb_error)) {}
624 else if VG_INT_CLO (arg, "--error-exitcode", VG_(clo_error_exitcode)) {}
    [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 525 if VG_INT_CLO (arg, "--interval-size", interval_size) {}

Completed in 2534 milliseconds