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

  /external/valgrind/drd/
drd_main.c 95 if VG_BOOL_CLO(arg, "--check-stack-var", check_stack_accesses) {}
97 else if VG_BOOL_CLO(arg, "--drd-stats", s_print_stats) {}
98 else if VG_BOOL_CLO(arg, "--first-race-only", first_race_only) {}
99 else if VG_BOOL_CLO(arg, "--free-is-write", DRD_(g_free_is_write)) {}
100 else if VG_BOOL_CLO(arg,"--report-signal-unlocked",report_signal_unlocked)
102 else if VG_BOOL_CLO(arg, "--segment-merging", segment_merging) {}
105 else if VG_BOOL_CLO(arg, "--show-confl-seg", show_confl_seg) {}
106 else if VG_BOOL_CLO(arg, "--show-stack-usage", s_show_stack_usage) {}
107 else if VG_BOOL_CLO(arg, "--ignore-thread-creation",
109 else if VG_BOOL_CLO(arg, "--trace-alloc", s_trace_alloc) {
    [all...]
  /external/valgrind/callgrind/
clo.c 413 if VG_BOOL_CLO(arg, "--skip-plt", CLG_(clo).skip_plt) {}
415 else if VG_BOOL_CLO(arg, "--collect-jumps", CLG_(clo).collect_jumps) {}
417 else if VG_BOOL_CLO(arg, "--trace-jump", CLG_(clo).collect_jumps) {}
419 else if VG_BOOL_CLO(arg, "--combine-dumps", CLG_(clo).combine_dumps) {}
421 else if VG_BOOL_CLO(arg, "--collect-atstart", CLG_(clo).collect_atstart) {}
423 else if VG_BOOL_CLO(arg, "--instr-atstart", CLG_(clo).instrument_atstart) {}
425 else if VG_BOOL_CLO(arg, "--separate-threads", CLG_(clo).separate_threads) {}
427 else if VG_BOOL_CLO(arg, "--compress-strings", CLG_(clo).compress_strings) {}
428 else if VG_BOOL_CLO(arg, "--compress-mangled", CLG_(clo).compress_mangled) {}
429 else if VG_BOOL_CLO(arg, "--compress-pos", CLG_(clo).compress_pos) {
    [all...]
sim.c     [all...]
  /external/valgrind/coregrind/m_replacemalloc/
replacemalloc_core.c 76 else if VG_BOOL_CLO(arg, "--xtree-compress-strings",
79 else if VG_BOOL_CLO(arg, "--trace-malloc", VG_(clo_trace_malloc)) {}
  /external/valgrind/coregrind/
m_main.c 569 else if VG_BOOL_CLO(arg, "--sigill-diagnostics", VG_(clo_sigill_diag))
572 else if VG_BOOL_CLO(arg, "--stats", VG_(clo_stats)) {}
573 else if VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
593 else if VG_BOOL_CLO(arg, "--vgdb-shadow-registers",
595 else if VG_BOOL_CLO(arg, "--demangle", VG_(clo_demangle)) {}
597 else if VG_BOOL_CLO(arg, "--error-limit", VG_(clo_error_limit)) {}
624 else if VG_BOOL_CLO(arg, "--show-emwarns", VG_(clo_show_emwarns)) {}
626 else if VG_BOOL_CLO(arg, "--run-libc-freeres", VG_(clo_run_libc_freeres)) {}
627 else if VG_BOOL_CLO(arg, "--run-cxx-freeres", VG_(clo_run_cxx_freeres)) {}
628 else if VG_BOOL_CLO(arg, "--show-below-main", VG_(clo_show_below_main)) {
    [all...]
  /external/valgrind/lackey/
lk_main.c 200 else if VG_BOOL_CLO(arg, "--basic-counts", clo_basic_counts) {}
201 else if VG_BOOL_CLO(arg, "--detailed-counts", clo_detailed_counts) {}
202 else if VG_BOOL_CLO(arg, "--trace-mem", clo_trace_mem) {}
203 else if VG_BOOL_CLO(arg, "--trace-superblocks", clo_trace_sbs) {}
    [all...]
  /external/valgrind/include/
pub_tool_options.h 52 #define VG_BOOL_CLO(qq_arg, qq_option, qq_var) \
  /external/valgrind/massif/
ms_main.c 387 if VG_BOOL_CLO(arg, "--heap", clo_heap) {}
390 else if VG_BOOL_CLO(arg, "--stacks", clo_stacks) {}
392 else if VG_BOOL_CLO(arg, "--pages-as-heap", clo_pages_as_heap) {}
    [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 530 else if VG_BOOL_CLO (arg, "--instr-count-only", instr_count_only) {}
  /external/valgrind/exp-sgcheck/
pc_common.c 68 if VG_BOOL_CLO(arg, "--partial-loads-ok", h_clo_partial_loads_ok) {}
69 /* else if VG_BOOL_CLO(arg, "--lossage-check", h_clo_lossage_check) {} */
70 else if VG_BOOL_CLO(arg, "--enable-sg-checks", sg_clo_enable_sg_checks) {}
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 1068 milliseconds