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

  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 56 if VG_INT_CLO(arg, "--alignment", VG_(clo_alignment)) {
  /external/valgrind/main/callgrind/
clo.c 457 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {}
467 else if VG_INT_CLO(arg, "--ct-verbose", CLG_(clo).verbose) {}
468 else if VG_INT_CLO(arg, "--ct-vstart", CLG_(clo).verbose_start) {}
482 else if VG_INT_CLO( arg, "--separate-callers",
524 else if VG_INT_CLO( arg, "--dump-every-bb", CLG_(clo).dump_every_bb) {}
  /external/valgrind/main/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)
122 else if VG_INT_CLO (arg, "--exclusive-threshold", exclusive_threshold_ms) {}
123 else if VG_INT_CLO (arg, "--shared-threshold", shared_threshold_ms) {}
  /external/valgrind/main/include/
pub_tool_options.h 74 #define VG_INT_CLO(qq_arg, qq_option, qq_var) \
  /external/valgrind/main/coregrind/
m_main.c 334 else if VG_INT_CLO(str, "--max-stackframe", VG_(clo_max_stackframe)) {}
335 else if VG_INT_CLO(str, "--main-stacksize", VG_(clo_main_stacksize)) {}
527 else if VG_INT_CLO (arg, "--vgdb-poll", VG_(clo_vgdb_poll)) {}
528 else if VG_INT_CLO (arg, "--vgdb-error", VG_(clo_vgdb_error)) {}
535 else if VG_INT_CLO (arg, "--error-exitcode", VG_(clo_error_exitcode)) {}
565 else if VG_INT_CLO (arg, "--dump-error", VG_(clo_dump_error)) {}
566 else if VG_INT_CLO (arg, "--input-fd", VG_(clo_input_fd)) {}
567 else if VG_INT_CLO (arg, "--sanity-level", VG_(clo_sanity_level)) {}
582 else if VG_INT_CLO (arg, "--memfs-page-size", VG_(clo_memfs_page_size)) {}
607 else if VG_INT_CLO(arg, "--log-fd", tmp_log_fd)
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 535 if VG_INT_CLO (arg, "--interval-size", interval_size) {}

Completed in 574 milliseconds