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) {}
124 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 366 else if VG_INT_CLO(str, "--max-stackframe", VG_(clo_max_stackframe)) {}
367 else if VG_INT_CLO(str, "--main-stacksize", VG_(clo_main_stacksize)) {}
531 else if VG_INT_CLO (arg, "--vgdb-poll", VG_(clo_vgdb_poll)) {}
532 else if VG_INT_CLO (arg, "--vgdb-error", VG_(clo_vgdb_error)) {}
540 else if VG_INT_CLO (arg, "--error-exitcode", VG_(clo_error_exitcode)) {}
580 else if VG_INT_CLO (arg, "--dump-error", VG_(clo_dump_error)) {}
581 else if VG_INT_CLO (arg, "--input-fd", VG_(clo_input_fd)) {}
582 else if VG_INT_CLO (arg, "--sanity-level", VG_(clo_sanity_level)) {}
630 else if VG_INT_CLO(arg, "--log-fd", tmp_log_fd) {
634 else if VG_INT_CLO(arg, "--xml-fd", tmp_xml_fd)
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 535 if VG_INT_CLO (arg, "--interval-size", interval_size) {}

Completed in 1560 milliseconds