/external/valgrind/exp-dhat/ |
D | dh_main.c | 1106 VG_(umsg)("max-live: %'llu in %'llu blocks\n", in show_APInfo() 1108 VG_(umsg)("tot-alloc: %'llu in %'llu blocks (avg size %s)\n", in show_APInfo() 1126 VG_(umsg)("deaths: %'llu, at avg age %'llu " in show_APInfo() 1130 VG_(umsg)("deaths: none (none of these blocks were freed)\n"); in show_APInfo() 1144 VG_(umsg)("acc-ratios: %s rd, %s wr " in show_APInfo() 1152 VG_(umsg)("\nAggregated access counts by offset:\n"); in show_APInfo() 1153 VG_(umsg)("\n"); in show_APInfo() 1156 VG_(umsg)("[ 0] "); in show_APInfo() 1159 VG_(umsg)("\n"); in show_APInfo() 1160 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/strace/tests-mx32/ |
D | options-syntax.test | 78 umsg="Cannot find user ':nosuchuser:'" 80 umsg='You must be root to use the -u option' 83 check_e "$umsg" -u :nosuchuser: true 87 $STRACE_EXE: $umsg" -u :nosuchuser: -c -$c true 94 $STRACE_EXE: $umsg" -u :nosuchuser: -cirtTy true 97 $STRACE_EXE: $umsg" -u :nosuchuser: -r -tt true
|
/external/strace/tests-m32/ |
D | options-syntax.test | 78 umsg="Cannot find user ':nosuchuser:'" 80 umsg='You must be root to use the -u option' 83 check_e "$umsg" -u :nosuchuser: true 87 $STRACE_EXE: $umsg" -u :nosuchuser: -c -$c true 94 $STRACE_EXE: $umsg" -u :nosuchuser: -cirtTy true 97 $STRACE_EXE: $umsg" -u :nosuchuser: -r -tt true
|
/external/strace/tests/ |
D | options-syntax.test | 78 umsg="Cannot find user ':nosuchuser:'" 80 umsg='You must be root to use the -u option' 83 check_e "$umsg" -u :nosuchuser: true 87 $STRACE_EXE: $umsg" -u :nosuchuser: -c -$c true 94 $STRACE_EXE: $umsg" -u :nosuchuser: -cirtTy true 97 $STRACE_EXE: $umsg" -u :nosuchuser: -r -tt true
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 734 VG_(umsg)("leak_search_fault_catcher:" in leak_search_fault_catcher() 1141 VG_(umsg)("*%#lx points at %#lx\n", ptr, searched); in lc_scan_memory() 1147 VG_(umsg)("*%#lx interior points at %lu bytes inside %#lx\n", in lc_scan_memory() 1154 VG_(umsg)("block at %#lx considered reachable " in lc_scan_memory() 1694 VG_(umsg)("xtree leak report: %s\n", lcp->xt_filename); in print_results() 1708 VG_(umsg)("LEAK SUMMARY:\n"); in print_results() 1709 VG_(umsg)(" definitely lost: %'lu%s bytes in %'lu%s blocks\n", in print_results() 1714 VG_(umsg)(" indirectly lost: %'lu%s bytes in %'lu%s blocks\n", in print_results() 1719 VG_(umsg)(" possibly lost: %'lu%s bytes in %'lu%s blocks\n", in print_results() 1724 VG_(umsg)(" still reachable: %'lu%s bytes in %'lu%s blocks\n", in print_results() [all …]
|
/external/valgrind/coregrind/ |
D | m_libcassert.c | 247 VG_(umsg)("(action at valgrind abnormal exit) vgdb me ... \n"); in exit_wrk() 250 VG_(umsg)("(action at valgrind abnormal exit)\n" in exit_wrk() 532 VG_(umsg)("\n"); in VG_() 533 VG_(umsg)("Valgrind detected that your program requires\n"); in VG_() 534 VG_(umsg)("the following unimplemented functionality:\n"); in VG_() 535 VG_(umsg)(" %s\n", msg); in VG_() 536 VG_(umsg)("This may be because the functionality is hard to implement,\n"); in VG_() 537 VG_(umsg)("or because no reasonable program would behave this way,\n"); in VG_() 538 VG_(umsg)("or because nobody has yet needed it. " in VG_() 540 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() 481 VG_(umsg)("\n"); in VG_() 529 VG_(umsg)("(action on error) vgdb me ... \n"); in do_actions_on_error() 531 VG_(umsg)("Continuing ...\n"); in do_actions_on_error() 612 VG_(umsg)("%s\n", VG_(clo_error_markers)[0]); in pp_Error() 619 VG_(umsg)("Thread %u %s:\n", err->tid, tst->thread_name ); in pp_Error() 621 VG_(umsg)("Thread %u:\n", err->tid ); in pp_Error() 627 VG_(umsg)("\n"); in pp_Error() 629 VG_(umsg)("%s\n", VG_(clo_error_markers)[1]); in pp_Error() 696 VG_(umsg)("\n"); in VG_() [all …]
|
D | m_signals.c | 1236 VG_(umsg)("Warning: bad signal number %d in sigaction()\n", signo); in VG_() 1242 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n", in VG_() 1244 VG_(umsg)(" the %s signal is used internally by Valgrind\n", in VG_() 1251 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n", in VG_() 1253 VG_(umsg)(" the %s signal is uncatchable\n", in VG_() 1743 VG_(umsg)( in default_action() 1829 VG_(umsg)(" %s at address %p\n", in default_action() 1832 VG_(umsg)(" %s\n", event); in default_action() 1886 VG_(umsg)(" If you believe this happened as a result of a stack\n" ); in default_action() 1887 VG_(umsg)(" overflow in your program's main thread (unlikely but\n"); in default_action() [all …]
|
D | m_libcprint.c | 62 VG_(umsg)("\\"); // escape with a backslash if necessary in umsg_arg() 64 VG_(umsg)("%c", arg[i]); in umsg_arg() 124 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg); in VG_() 189 VG_(umsg)("Parent PID: %d\n", VG_(getppid)()); in VG_() 234 VG_(umsg)("\n"); in VG_() 378 VG_(umsg)("Failed to connect to %slogging server '%s'.\n" in prepare_sink_socket() 1103 UInt VG_(umsg) ( const HChar* format, ... ) in VG_() argument
|
D | m_xtmemory.c | 335 VG_(umsg)("xtree memory report: %s\n", expanded_filename); in VG_()
|
/external/valgrind/coregrind/m_debuginfo/ |
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() 1288 VG_(umsg)(" S_GDATA_V2/S_LDATA_V2/S_PUB_V2 %s\n", symname ); in DEBUG_SnarfCodeView() 1320 VG_(umsg)(" S_PUB_FUNC1_V3/S_PUB_FUNC2_V3/S_PUB_V3 %s\n", in DEBUG_SnarfCodeView() 1373 VG_(umsg)(" Adding function %s addr=%#lx length=%u\n", in DEBUG_SnarfCodeView() 1395 VG_(umsg)(" Adding function %s addr=%#lx length=%u\n", in DEBUG_SnarfCodeView() 1403 VG_(umsg)(" S_LPROC_V3/S_GPROC_V3 %s\n", sym->proc_v3.name ); in DEBUG_SnarfCodeView() [all …]
|
D | image.c | 254 VG_(umsg)("\n"); in give_up__comms_lost() 255 VG_(umsg)( in give_up__comms_lost() 257 VG_(umsg)( in give_up__comms_lost() 259 VG_(umsg)("\n"); in give_up__comms_lost() 266 VG_(umsg)("\n"); in give_up__image_overrun() 267 VG_(umsg)( in give_up__image_overrun() 269 VG_(umsg)( in give_up__image_overrun() 271 VG_(umsg)("\n"); in give_up__image_overrun() 624 VG_(umsg)("set_CEnt (reading data from DI server): fail: " in set_CEnt() 627 VG_(umsg)("set_CEnt (reading data from DI server): fail: " in set_CEnt() [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() 1322 VG_(umsg) ("%s\n", own_buf); in server_main() 1467 VG_(umsg) ("\nChild exited with status %d\n", zignal); in server_main() 1469 VG_(umsg) ("\nChild terminated with signal = 0x%x (%s)\n", in server_main() 1473 VG_(umsg) ("Process exiting\n"); in server_main() 1484 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_() 1545 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/syslinux/com32/lib/libpng/ |
D | pngrutil.c | 280 char umsg[52]; in png_inflate() local 295 png_snprintf(umsg, sizeof umsg, msg, png_ptr->chunk_name); in png_inflate() 296 msg = umsg; in png_inflate() 397 char umsg[50]; in png_decompress_chunk() local 399 png_snprintf(umsg, sizeof umsg, "Unknown zTXt compression type %d", in png_decompress_chunk() 401 png_warning(png_ptr, umsg); in png_decompress_chunk()
|
/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()
|