Home
last modified time | relevance | path

Searched refs:VG_STR_CLO (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/cachegrind/
Dcg-arch.c121 if VG_STR_CLO(arg, "--I1", tmp_str) { in VG_()
124 } else if VG_STR_CLO(arg, "--D1", tmp_str) { in VG_()
127 } else if (VG_STR_CLO(arg, "--L2", tmp_str) || // for backwards compatibility in VG_()
128 VG_STR_CLO(arg, "--LL", tmp_str)) { in VG_()
Dcg_main.c1656 else if VG_STR_CLO( arg, "--cachegrind-out-file", clo_cachegrind_out_file) {} in cg_process_cmd_line_option()
/external/valgrind/main/callgrind/
Dclo.c430 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) { in CLG_()
435 else if VG_STR_CLO(arg, "--dump-before", tmp_str) { in CLG_()
440 else if VG_STR_CLO(arg, "--zero-before", tmp_str) { in CLG_()
445 else if VG_STR_CLO(arg, "--dump-after", tmp_str) { in CLG_()
450 else if VG_STR_CLO(arg, "--toggle-collect", tmp_str) { in CLG_()
461 else if VG_STR_CLO( arg, "--pop-on-jump", tmp_str) { in CLG_()
512 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {} in CLG_()
/external/valgrind/main/coregrind/
Dm_main.c361 else if VG_STR_CLO(str, "--tool", *tool) {} in early_process_cmd_line_options()
372 else if VG_STR_CLO (str, "--sim-hints", VG_(clo_sim_hints)) {} in early_process_cmd_line_options()
533 else if VG_STR_CLO (arg, "--vgdb-prefix", VG_(clo_vgdb_prefix)) {} in main_process_cmd_line_options()
538 else if VG_STR_CLO (arg, "--soname-synonyms",VG_(clo_soname_synonyms)) {} in main_process_cmd_line_options()
550 else if VG_STR_CLO(arg, "--fair-sched", tmp_str) { in main_process_cmd_line_options()
564 else if VG_STR_CLO (arg, "--trace-symtab-patt", VG_(clo_trace_symtab_patt)) {} in main_process_cmd_line_options()
576 else if VG_STR_CLO (arg, "--db-command", VG_(clo_db_command)) {} in main_process_cmd_line_options()
596 else if VG_STR_CLO (arg, "--kernel-variant", VG_(clo_kernel_variant)) {} in main_process_cmd_line_options()
600 else if VG_STR_CLO (arg, "--trace-children-skip", in main_process_cmd_line_options()
602 else if VG_STR_CLO (arg, "--trace-children-skip-by-arg", in main_process_cmd_line_options()
[all …]
/external/valgrind/main/include/
Dpub_tool_options.h64 #define VG_STR_CLO(qq_arg, qq_option, qq_var) \ macro
/external/valgrind/main/exp-bbv/
Dbbv_main.c536 else if VG_STR_CLO (arg, "--bb-out-file", clo_bb_out_file) {} in bbv_process_cmd_line_option()
537 else if VG_STR_CLO (arg, "--pc-out-file", clo_pc_out_file) { in bbv_process_cmd_line_option()
/external/valgrind/main/drd/
Ddrd_main.c123 else if VG_STR_CLO (arg, "--ptrace-addr", ptrace_address) {} in DRD_()
125 else if VG_STR_CLO (arg, "--trace-addr", trace_address) {} in DRD_()
/external/valgrind/main/massif/
Dms_main.c434 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) { in ms_process_cmd_line_option()
437 else if VG_STR_CLO(arg, "--ignore-fn", tmp_str) { in ms_process_cmd_line_option()
458 else if VG_STR_CLO(arg, "--massif-out-file", clo_massif_out_file) {} in ms_process_cmd_line_option()
/external/valgrind/main/lackey/
Dlk_main.c199 if VG_STR_CLO(arg, "--fnname", clo_fnname) {} in lk_process_cmd_line_option()
/external/valgrind/main/exp-dhat/
Ddh_main.c1042 else if VG_STR_CLO(arg, "--sort-by", clo_sort_by) { in dh_process_cmd_line_option()
/external/valgrind/main/helgrind/
Dhg_main.c4906 else if VG_STR_CLO(arg, "--hg-sanity-flags", tmp_str) { in hg_process_cmd_line_option()
/external/valgrind/main/memcheck/
Dmc_main.c4912 else if VG_STR_CLO(arg, "--ignore-ranges", tmp_str) { in mc_process_cmd_line_options()