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

  /external/valgrind/main/cachegrind/
cg-arch.c 121 if VG_STR_CLO(arg, "--I1", tmp_str) {
124 } else if VG_STR_CLO(arg, "--D1", tmp_str) {
127 } else if (VG_STR_CLO(arg, "--L2", tmp_str) || // for backwards compatibility
128 VG_STR_CLO(arg, "--LL", tmp_str)) {
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
clo.c 430 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) {
435 else if VG_STR_CLO(arg, "--dump-before", tmp_str) {
440 else if VG_STR_CLO(arg, "--zero-before", tmp_str) {
445 else if VG_STR_CLO(arg, "--dump-after", tmp_str) {
450 else if VG_STR_CLO(arg, "--toggle-collect", tmp_str) {
461 else if VG_STR_CLO( arg, "--pop-on-jump", tmp_str) {
512 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {}
  /external/valgrind/main/coregrind/
m_main.c 361 else if VG_STR_CLO(str, "--tool", *tool) {}
372 else if VG_STR_CLO (str, "--sim-hints", VG_(clo_sim_hints)) {}
533 else if VG_STR_CLO (arg, "--vgdb-prefix", VG_(clo_vgdb_prefix)) {}
538 else if VG_STR_CLO (arg, "--soname-synonyms",VG_(clo_soname_synonyms)) {}
550 else if VG_STR_CLO(arg, "--fair-sched", tmp_str) {
564 else if VG_STR_CLO (arg, "--trace-symtab-patt", VG_(clo_trace_symtab_patt)) {}
576 else if VG_STR_CLO (arg, "--db-command", VG_(clo_db_command)) {}
596 else if VG_STR_CLO (arg, "--kernel-variant", VG_(clo_kernel_variant)) {}
600 else if VG_STR_CLO (arg, "--trace-children-skip",
602 else if VG_STR_CLO (arg, "--trace-children-skip-by-arg"
    [all...]
  /external/valgrind/main/include/
pub_tool_options.h 41 // if VG_STR_CLO(arg, "--foo", clo_foo) { }
45 // if VG_STR_CLO(arg, "--foo", clo_foo) { <further checking or processing> }
64 #define VG_STR_CLO(qq_arg, qq_option, qq_var) \
  /external/valgrind/main/exp-bbv/
bbv_main.c 536 else if VG_STR_CLO (arg, "--bb-out-file", clo_bb_out_file) {}
537 else if VG_STR_CLO (arg, "--pc-out-file", clo_pc_out_file) {
  /external/valgrind/main/drd/
drd_main.c 123 else if VG_STR_CLO (arg, "--ptrace-addr", ptrace_address) {}
125 else if VG_STR_CLO (arg, "--trace-addr", trace_address) {}
  /external/valgrind/main/massif/
ms_main.c 434 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) {
437 else if VG_STR_CLO(arg, "--ignore-fn", tmp_str) {
458 else if VG_STR_CLO(arg, "--massif-out-file", clo_massif_out_file) {}
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 199 if VG_STR_CLO(arg, "--fnname", clo_fnname) {}
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 1042 else if VG_STR_CLO(arg, "--sort-by", clo_sort_by) {
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 1031 milliseconds