/external/valgrind/exp-dhat/ |
D | dh_main.c | 1105 VG_(umsg)("max-live: %'llu in %'llu blocks\n", in show_APInfo() 1107 VG_(umsg)("tot-alloc: %'llu in %'llu blocks (avg size %s)\n", in show_APInfo() 1125 VG_(umsg)("deaths: %'llu, at avg age %'llu " in show_APInfo() 1129 VG_(umsg)("deaths: none (none of these blocks were freed)\n"); in show_APInfo() 1143 VG_(umsg)("acc-ratios: %s rd, %s wr " in show_APInfo() 1151 VG_(umsg)("\nAggregated access counts by offset:\n"); in show_APInfo() 1152 VG_(umsg)("\n"); in show_APInfo() 1155 VG_(umsg)("[ 0] "); in show_APInfo() 1158 VG_(umsg)("\n"); in show_APInfo() 1159 VG_(umsg)("[%4lu] ", i); in show_APInfo() [all …]
|
/external/valgrind/lackey/ |
D | lk_main.c | 388 VG_(umsg)(" Type Loads Stores AluOps\n"); in print_details() 389 VG_(umsg)(" -------------------------------------------\n"); in print_details() 391 VG_(umsg)(" %-4s %'12llu %'12llu %'12llu\n", in print_details() 1007 VG_(umsg)("Counted %'llu call%s to %s()\n", in lk_fini() 1010 VG_(umsg)("\n"); in lk_fini() 1011 VG_(umsg)("Jccs:\n"); in lk_fini() 1012 VG_(umsg)(" total: %'llu\n", total_Jccs); in lk_fini() 1013 VG_(umsg)(" taken: %'llu (%.0f%%)\n", in lk_fini() 1016 VG_(umsg)("\n"); in lk_fini() 1017 VG_(umsg)("Executed:\n"); in lk_fini() [all …]
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 729 VG_(umsg)("leak_search_fault_catcher:" in leak_search_fault_catcher() 1136 VG_(umsg)("*%#lx points at %#lx\n", ptr, searched); in lc_scan_memory() 1142 VG_(umsg)("*%#lx interior points at %lu bytes inside %#lx\n", in lc_scan_memory() 1149 VG_(umsg)("block at %#lx considered reachable " in lc_scan_memory() 1496 VG_(umsg)("LEAK SUMMARY:\n"); in print_results() 1497 VG_(umsg)(" definitely lost: %'lu%s bytes in %'lu%s blocks\n", in print_results() 1502 VG_(umsg)(" indirectly lost: %'lu%s bytes in %'lu%s blocks\n", in print_results() 1507 VG_(umsg)(" possibly lost: %'lu%s bytes in %'lu%s blocks\n", in print_results() 1512 VG_(umsg)(" still reachable: %'lu%s bytes in %'lu%s blocks\n", in print_results() 1520 VG_(umsg)(" of which " in print_results() [all …]
|
/external/valgrind/coregrind/ |
D | m_libcassert.c | 269 VG_(umsg)("(action at valgrind abnormal exit) vgdb me ... \n"); in exit_wrk() 272 VG_(umsg)("(action at valgrind abnormal exit) " in exit_wrk() 521 VG_(umsg)("\n"); in VG_() 522 VG_(umsg)("Valgrind detected that your program requires\n"); in VG_() 523 VG_(umsg)("the following unimplemented functionality:\n"); in VG_() 524 VG_(umsg)(" %s\n", msg); in VG_() 525 VG_(umsg)("This may be because the functionality is hard to implement,\n"); in VG_() 526 VG_(umsg)("or because no reasonable program would behave this way,\n"); in VG_() 527 VG_(umsg)("or because nobody has yet needed it. " in VG_() 529 VG_(umsg)("%s and/or try to work around the problem, if you can.\n", in VG_() [all …]
|
D | m_errormgr.c | 376 VG_(umsg)("(%s does not allow error to be suppressed)\n", in gen_suppression() 482 VG_(umsg)("\n"); in VG_() 530 VG_(umsg)("(action on error) vgdb me ... \n"); in do_actions_on_error() 532 VG_(umsg)("Continuing ...\n"); in do_actions_on_error() 613 VG_(umsg)("%s\n", VG_(clo_error_markers)[0]); in pp_Error() 620 VG_(umsg)("Thread %u %s:\n", err->tid, tst->thread_name ); in pp_Error() 622 VG_(umsg)("Thread %u:\n", err->tid ); in pp_Error() 628 VG_(umsg)("\n"); in pp_Error() 630 VG_(umsg)("%s\n", VG_(clo_error_markers)[1]); in pp_Error() 697 VG_(umsg)("\n"); in VG_() [all …]
|
D | m_signals.c | 1259 VG_(umsg)("Warning: bad signal number %d in sigaction()\n", signo); in VG_() 1265 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n", in VG_() 1267 VG_(umsg)(" the %s signal is used internally by Valgrind\n", in VG_() 1274 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n", in VG_() 1276 VG_(umsg)(" the %s signal is uncatchable\n", in VG_() 1747 VG_(umsg)( in default_action() 1825 VG_(umsg)(" %s at address %p\n", in default_action() 1828 VG_(umsg)(" %s\n", event); in default_action() 1881 VG_(umsg)(" If you believe this happened as a result of a stack\n" ); in default_action() 1882 VG_(umsg)(" overflow in your program's main thread (unlikely but\n"); in default_action() [all …]
|
D | m_main.c | 1072 VG_(umsg)("failed to connect to logging server '%s'.\n" in main_process_cmd_line_options() 1132 VG_(umsg)("failed to connect to XML logging server '%s'.\n" in main_process_cmd_line_options() 1275 VG_(umsg)("\\"); // escape with a backslash if necessary in umsg_arg() 1277 VG_(umsg)("%c", arg[i]); in umsg_arg() 1299 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg); in print_preamble() 1369 VG_(umsg)("Parent PID: %d\n", VG_(getppid)()); in print_preamble() 1422 VG_(umsg)("\n"); in print_preamble() 2612 VG_(umsg)("(action at exit) vgdb me ... \n"); in shutdown_actions_NORETURN()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 191 VG_(umsg)("\n"); in give_up__comms_lost() 192 VG_(umsg)( in give_up__comms_lost() 194 VG_(umsg)( in give_up__comms_lost() 196 VG_(umsg)("\n"); in give_up__comms_lost() 203 VG_(umsg)("\n"); in give_up__image_overrun() 204 VG_(umsg)( in give_up__image_overrun() 206 VG_(umsg)( in give_up__image_overrun() 208 VG_(umsg)("\n"); in give_up__image_overrun() 529 VG_(umsg)("set_CEnt (reading data from DI server): fail: " in set_CEnt() 532 VG_(umsg)("set_CEnt (reading data from DI server): fail: " in set_CEnt() [all …]
|
D | readpdb.c | 981 VG_(umsg)("LOAD_PDB_DEBUGINFO: pdb_ds_read: implausible size " in pdb_ds_read() 1128 VG_(umsg)("LOAD_PDB_DEBUGINFO: " in pdb_check_root_version_and_timestamp() 1133 VG_(umsg)("LOAD_PDB_DEBUGINFO: Wrong time stamp of .PDB file " in pdb_check_root_version_and_timestamp() 1221 VG_(umsg)("BEGIN SnarfCodeView addr=%p offset=%d length=%d\n", in DEBUG_SnarfCodeView() 1262 VG_(umsg)(" Data %s\n", symname ); in DEBUG_SnarfCodeView() 1287 VG_(umsg)(" S_GDATA_V2/S_LDATA_V2/S_PUB_V2 %s\n", symname ); in DEBUG_SnarfCodeView() 1318 VG_(umsg)(" S_PUB_FUNC1_V3/S_PUB_FUNC2_V3/S_PUB_V3 %s\n", in DEBUG_SnarfCodeView() 1369 VG_(umsg)(" Adding function %s addr=%#lx length=%u\n", in DEBUG_SnarfCodeView() 1390 VG_(umsg)(" Adding function %s addr=%#lx length=%u\n", in DEBUG_SnarfCodeView() 1398 VG_(umsg)(" S_LPROC_V3/S_GPROC_V3 %s\n", sym->proc_v3.name ); in DEBUG_SnarfCodeView() [all …]
|
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 146 VG_(umsg)("remote communication not initialized\n"); in remote_utils_output_status() 148 VG_(umsg)("shared->written_by_vgdb %d shared->seen_by_valgrind %d\n", in remote_utils_output_status() 200 VG_(umsg)("error calling PR_SET_PTRACER, vgdb might block\n"); in VG_() 268 VG_(umsg)("%s already created\n", nod); in safe_mknod() 272 VG_(umsg) ("valgrind: fatal error: vgdb FIFOs cannot be created.\n"); in safe_mknod() 356 VG_(umsg)("embedded gdbserver: reading from %s\n", from_gdb); in remote_open() 357 VG_(umsg)("embedded gdbserver: writing to %s\n", to_gdb); in remote_open() 358 VG_(umsg)("embedded gdbserver: shared mem %s\n", shared_mem); in remote_open() 359 VG_(umsg)("\n"); in remote_open() 360 VG_(umsg)("TO CONTROL THIS PROCESS USING vgdb (which you probably\n" in remote_open() [all …]
|
D | utils.c | 33 VG_(umsg) ("error %lu %s\n", sr_Err(sr), VG_(strerror) (sr_Err(sr))); in sr_perror() 35 VG_(umsg) ("sr_perror called with no error!!!\n"); in sr_perror()
|
D | server.c | 109 VG_(umsg) ("Reset valgrind output to log (%s)\n", in reset_valgrind_sink() 124 VG_(umsg) ("%s", msg); in kill_request() 1269 VG_(umsg) ("%s\n", own_buf); in server_main() 1414 VG_(umsg) ("\nChild exited with status %d\n", zignal); in server_main() 1416 VG_(umsg) ("\nChild terminated with signal = 0x%x (%s)\n", in server_main() 1420 VG_(umsg) ("Process exiting\n"); in server_main() 1431 VG_(umsg) ("Remote side has terminated connection. " in server_main()
|
D | m_gdbserver.c | 609 VG_(umsg)("(action at startup) vgdb me ... \n"); in VG_() 970 VG_(umsg)("(action on fatal signal) vgdb me ... \n"); in VG_() 1505 VG_(umsg) in VG_()
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-common.c | 85 VG_(umsg)("Can't extend stack to %#lx during signal delivery for " in ML_() 88 VG_(umsg)(" no stack segment\n"); in ML_() 90 VG_(umsg)(" too small or bad protection modes\n"); in ML_()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1394 VG_(umsg)("error: can't open cache simulation output file '%s'\n", in fprint_CC_table_and_calc_totals() 1396 VG_(umsg)(" ... so simulation results will be missing.\n"); in fprint_CC_table_and_calc_totals() 1590 VG_(umsg)(fmt, "I refs: ", Ir_total.a); in cg_fini() 1595 VG_(umsg)(fmt, "I1 misses: ", Ir_total.m1); in cg_fini() 1596 VG_(umsg)(fmt, "LLi misses: ", Ir_total.mL); in cg_fini() 1599 VG_(umsg)("I1 miss rate: %*.2f%%\n", l1, in cg_fini() 1601 VG_(umsg)("LLi miss rate: %*.2f%%\n", l1, in cg_fini() 1603 VG_(umsg)("\n"); in cg_fini() 1615 VG_(umsg)(fmt, "D refs: ", in cg_fini() 1617 VG_(umsg)(fmt, "D1 misses: ", in cg_fini() [all …]
|
D | cg_arch.c | 139 VG_(umsg)(" %s: %'d B, %d-way, %d B lines\n", desc, in umsg_cache_img() 151 VG_(umsg)("Auto-detected %s cache configuration not supported: %s", in check_cache_or_override() 155 VG_(umsg)("As it probably should be supported, please report a bug!\n"); in check_cache_or_override() 156 VG_(umsg)("Bypass this message by using option --%s=...\n", desc); in check_cache_or_override() 308 VG_(umsg)("Cache configuration used:\n"); in VG_()
|
/external/valgrind/helgrind/ |
D | hg_errors.c | 757 VG_(umsg)("---Thread-Announcement----------" in announce_one_thread() 759 VG_(umsg)("\n"); in announce_one_thread() 797 VG_(umsg)( " Lock at %p was first observed\n", in announce_LockP() 801 VG_(umsg)( " Lock at %p : no stacktrace for first observation\n", in announce_LockP() 805 VG_(umsg)("\n"); in announce_LockP() 838 VG_(umsg)( "%sLocks held: none", pre ); in show_LockP_summary_textmode() 840 VG_(umsg)( "%sLocks held: %lu, at address%s ", in show_LockP_summary_textmode() 848 VG_(umsg)( "%p", (void*)locks[i]->guestaddr); in show_LockP_summary_textmode() 850 VG_(umsg)(" "); in show_LockP_summary_textmode() 853 VG_(umsg)(" (and %lu that can't be shown)", nLocks - nLocksValid); in show_LockP_summary_textmode() [all …]
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 111 VG_(umsg)("Error: cannot create pc file %s\n", pc_out_file); in dumpPcFile() 146 VG_(umsg)("Error: cannot create bb file %s\n",temp_string); in open_tracefile() 581 VG_(umsg)("%s\n", buf); in bbv_fini()
|
/external/valgrind/include/ |
D | pub_tool_libcprint.h | 149 extern UInt VG_(umsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
|
/external/valgrind/massif/ |
D | ms_main.c | 958 VG_(umsg)( in get_XCon() 960 VG_(umsg)( in get_XCon() 962 VG_(umsg)( in get_XCon() 966 VG_(umsg)( in get_XCon() 2272 VG_(umsg)("error: can't open output file '%s'\n", massif_out_file ); in write_snapshots_to_file() 2273 VG_(umsg)(" ... so profiling results will be missing.\n"); in write_snapshots_to_file()
|
/external/icu/icu4c/source/i18n/ |
D | Android.mk | 198 umsg.cpp \
|
D | Makefile.in | 66 fmtable.o format.o msgfmt.o umsg.o numfmt.o unum.o decimfmt.o decimalformatpattern.o dcfmtsym.o \
|
/external/valgrind/callgrind/ |
D | main.c | 1793 VG_(umsg)("\n"); in branchsim_printstat() 1794 VG_(umsg)(fmt, "Branches: ", in branchsim_printstat() 1797 VG_(umsg)(fmt, "Mispredicts: ", in branchsim_printstat() 1800 VG_(umsg)("Mispred rate: %*.1f%% (%*.1f%% + %*.1f%% )\n", in branchsim_printstat() 1930 VG_(umsg)(fmt, "I refs: ", total[fullOffset(EG_IR)] ); in finish()
|
D | sim.c | 1340 VG_(umsg)("Callgrind: cannot continue: the minimum line size (%d)\n", in cachesim_post_clo_init() 1342 VG_(umsg)(" must be equal to or larger than the maximum register size (%d)\n", in cachesim_post_clo_init() 1344 VG_(umsg)(" but it is not. Exiting now.\n"); in cachesim_post_clo_init()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1543 VG_(umsg)( in VG_() 1546 # define M(a) VG_(umsg)(a "\n"); in VG_() 2126 VG_(umsg)( in do_client_request()
|