Home
last modified time | relevance | path

Searched refs:umsg (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/main/exp-dhat/
Ddh_main.c1105 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/main/lackey/
Dlk_main.c371 VG_(umsg)(" Type Loads Stores AluOps\n"); in print_details()
372 VG_(umsg)(" -------------------------------------------\n"); in print_details()
374 VG_(umsg)(" %4s %'12llu %'12llu %'12llu\n", in print_details()
920 VG_(umsg)("Counted %'llu call%s to %s()\n", in lk_fini()
923 VG_(umsg)("\n"); in lk_fini()
924 VG_(umsg)("Jccs:\n"); in lk_fini()
925 VG_(umsg)(" total: %'llu\n", total_Jccs); in lk_fini()
928 VG_(umsg)(" taken: %'llu (%s)\n", in lk_fini()
931 VG_(umsg)("\n"); in lk_fini()
932 VG_(umsg)("Executed:\n"); in lk_fini()
[all …]
/external/valgrind/main/coregrind/
Dm_libcassert.c300 VG_(umsg)("\n"); in VG_()
301 VG_(umsg)("Valgrind detected that your program requires\n"); in VG_()
302 VG_(umsg)("the following unimplemented functionality:\n"); in VG_()
303 VG_(umsg)(" %s\n", msg); in VG_()
304 VG_(umsg)("This may be because the functionality is hard to implement,\n"); in VG_()
305 VG_(umsg)("or because no reasonable program would behave this way,\n"); in VG_()
306 VG_(umsg)("or because nobody has yet needed it. " in VG_()
308 VG_(umsg)("%s and/or try to work around the problem, if you can.\n", in VG_()
310 VG_(umsg)("\n"); in VG_()
311 VG_(umsg)("Valgrind has to exit now. Sorry. Bye!\n"); in VG_()
[all …]
Dm_errormgr.c360 VG_(umsg)("(%s does not allow error to be suppressed)\n", in gen_suppression()
449 VG_(umsg)("\n"); in VG_()
533 VG_(umsg)("\n\n\nWARNING: Valgrind encountered a stack trace which has\n" in ErrHasNoFunctionNamesNorObjectFileNames()
611 VG_(umsg)("Thread %d:\n", err->tid ); in pp_Error()
616 VG_(umsg)("\n"); in pp_Error()
683 VG_(umsg)("\n"); in VG_()
686 VG_(umsg)( in VG_()
691 VG_(umsg)( in VG_()
697 VG_(umsg)("Final error counts will be inaccurate. " in VG_()
699 VG_(umsg)("Rerun with --error-limit=no to disable " in VG_()
[all …]
Dm_signals.c1088 VG_(umsg)("Warning: bad signal number %d in sigaction()\n", signo); in VG_()
1094 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n", in VG_()
1096 VG_(umsg)(" the %s signal is used internally by Valgrind\n", in VG_()
1103 VG_(umsg)("Warning: ignored attempt to set %s handler in sigaction();\n", in VG_()
1105 VG_(umsg)(" the %s signal is uncatchable\n", in VG_()
1534 VG_(umsg)( in default_action()
1607 VG_(umsg)(" %s at address %p\n", in default_action()
1610 VG_(umsg)(" %s\n", event); in default_action()
1627 VG_(umsg)(" If you believe this happened as a result of a stack\n" ); in default_action()
1628 VG_(umsg)(" overflow in your program's main thread (unlikely but\n"); in default_action()
[all …]
Dm_main.c834 VG_(umsg)("failed to connect to logging server '%s'.\n" in main_process_cmd_line_options()
873 VG_(umsg)("failed to connect to XML logging server '%s'.\n" in main_process_cmd_line_options()
1020 = VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg); in print_preamble()
1093 VG_(umsg)("Parent PID: %d\n", VG_(getppid)()); in print_preamble()
1148 VG_(umsg)("\n"); in print_preamble()
Dm_libcprint.c549 UInt VG_(umsg) ( const HChar* format, ... ) in VG_() argument
/external/valgrind/main/memcheck/
Dmc_leakcheck.c899 VG_(umsg)("LEAK SUMMARY:\n"); in print_results()
900 VG_(umsg)(" definitely lost: %'lu bytes in %'lu blocks\n", in print_results()
902 VG_(umsg)(" indirectly lost: %'lu bytes in %'lu blocks\n", in print_results()
904 VG_(umsg)(" possibly lost: %'lu bytes in %'lu blocks\n", in print_results()
906 VG_(umsg)(" still reachable: %'lu bytes in %'lu blocks\n", in print_results()
908 VG_(umsg)(" suppressed: %'lu bytes in %'lu blocks\n", in print_results()
913 VG_(umsg)("Rerun with --leak-check=full to see details " in print_results()
919 VG_(umsg)("Reachable blocks (those to which a pointer " in print_results()
921 VG_(umsg)("To see them, rerun with: --leak-check=full " in print_results()
924 VG_(umsg)("\n"); in print_results()
[all …]
Dmc_malloc_wrappers.c915 VG_(umsg)( in MC_()
/external/valgrind/main/cachegrind/
Dcg_main.c1304 VG_(umsg)("Cache configuration used:\n"); in configure_caches()
1305 VG_(umsg)(" I1: %dB, %d-way, %dB lines\n", in configure_caches()
1307 VG_(umsg)(" D1: %dB, %d-way, %dB lines\n", in configure_caches()
1309 VG_(umsg)(" LL: %dB, %d-way, %dB lines\n", in configure_caches()
1347 VG_(umsg)("error: can't open cache simulation output file '%s'\n", in fprint_CC_table_and_calc_totals()
1349 VG_(umsg)(" ... so simulation results will be missing.\n"); in fprint_CC_table_and_calc_totals()
1562 VG_(umsg)(fmt, "I refs: ", Ir_total.a); in cg_fini()
1567 VG_(umsg)(fmt, "I1 misses: ", Ir_total.m1); in cg_fini()
1568 VG_(umsg)(fmt, "LLi misses: ", Ir_total.mL); in cg_fini()
1572 VG_(umsg)("I1 miss rate: %s\n", buf1); in cg_fini()
[all …]
/external/valgrind/main/exp-bbv/
Dbbv_main.c116 VG_(umsg)("Error: cannot create pc file %s\n", pc_out_file); in dumpPcFile()
156 VG_(umsg)("Error: cannot create bb file %s\n",temp_string); in open_tracefile()
591 VG_(umsg)("%s\n", buf); in bbv_fini()
/external/valgrind/main/include/
Dpub_tool_libcprint.h135 extern UInt VG_(umsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c1001 VG_(umsg)("Warning: pdb_ds_read: implausible size " in pdb_ds_read()
2092 VG_(umsg)("\n"); in pdb_dump()
2133 VG_(umsg)("\n"); in pdb_dump()
2145 VG_(umsg)("\n"); in pdb_dump()
2496 VG_(umsg)("Find PDB file: can't stat %s\n", tmpname); in ML_()
2502 VG_(umsg)("Find PDB file: %s is empty\n", tmpname); in ML_()
2507 VG_(umsg)("Find PDB file: %s has implausible size %d\n", in ML_()
2518 VG_(umsg)("Find PDB file: read of %s failed\n", tmpname); in ML_()
2533 VG_(umsg)("Find PDB file: can't make sense of: %s\n", pdbname); in ML_()
/external/openssl/apps/
Ds_time.c174 static char umsg[] = "\ in s_time_usage() local
196 printf( umsg,SECONDS ); in s_time_usage()
/external/valgrind/main/massif/
Dms_main.c1001 VG_(umsg)( in get_XCon()
1003 VG_(umsg)( in get_XCon()
1005 VG_(umsg)( in get_XCon()
1009 VG_(umsg)( in get_XCon()
2299 VG_(umsg)("error: can't open output file '%s'\n", massif_out_file ); in write_snapshots_to_file()
2300 VG_(umsg)(" ... so profiling results will be missing.\n"); in write_snapshots_to_file()
/external/icu4c/i18n/
DAndroid.mk62 umsg.cpp unesctrn.cpp uni2name.cpp \
DMakefile.org65 fmtable.o format.o msgfmt.o umsg.o numfmt.o unum.o decimfmt.o dcfmtsym.o \
DMakefile.in65 fmtable.o format.o msgfmt.o umsg.o numfmt.o unum.o decimfmt.o dcfmtsym.o \
/external/libpng/
Dpngrutil.c297 char umsg[52]; in png_inflate() local
312 png_snprintf(umsg, sizeof umsg, msg, png_ptr->chunk_name); in png_inflate()
313 msg = umsg; in png_inflate()
414 char umsg[50]; in png_decompress_chunk() local
416 png_snprintf(umsg, sizeof umsg, "Unknown zTXt compression type %d", in png_decompress_chunk()
418 png_warning(png_ptr, umsg); in png_decompress_chunk()
/external/valgrind/main/callgrind/
Dmain.c1504 VG_(umsg)("\n"); in branchsim_printstat()
1505 VG_(umsg)(fmt, "Branches: ", in branchsim_printstat()
1508 VG_(umsg)(fmt, "Mispredicts: ", in branchsim_printstat()
1515 VG_(umsg)("Mispred rate: %s (%s + %s )\n", buf1, buf2,buf3); in branchsim_printstat()
1638 VG_(umsg)(fmt, "I refs: ", total[fullOffset(EG_IR)] ); in finish()
Dsim.c1337 VG_(umsg)("Cache configuration used:\n"); in configure_caches()
1338 VG_(umsg)(" I1: %dB, %d-way, %dB lines\n", in configure_caches()
1340 VG_(umsg)(" D1: %dB, %d-way, %dB lines\n", in configure_caches()
1342 VG_(umsg)(" LL: %dB, %d-way, %dB lines\n", in configure_caches()
/external/qemu/distrib/libpng-1.2.19/
Dpngrutil.c286 char umsg[52]; in png_decompress_chunk() local
289 png_snprintf(umsg, 52, in png_decompress_chunk()
293 png_snprintf(umsg, 52, in png_decompress_chunk()
297 png_snprintf(umsg, 52, in png_decompress_chunk()
300 png_warning(png_ptr, umsg); in png_decompress_chunk()
329 char umsg[50]; in png_decompress_chunk() local
331 png_snprintf(umsg, 50, in png_decompress_chunk()
333 png_warning(png_ptr, umsg); in png_decompress_chunk()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c1195 VG_(umsg)( in VG_()
1198 #define M(a) VG_(umsg)(a "\n"); in VG_()
1651 VG_(umsg)( in do_client_request()
/external/valgrind/main/drd/
Ddrd_error.c234 VG_(umsg)("%s:\n", DRD_(thread_get_name)(*err_extra)); in drd_tool_error_before_pp()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c2615 VG_(umsg)("execv called - the tool will now quit\n"); in PRE()
3294 VG_(umsg)("Warning: noted but unhandled ioctl 0x%lx" in ML_()
3296 VG_(umsg)(" This could cause spurious value errors to appear.\n"); in ML_()
3297 VG_(umsg)(" See README_MISSING_SYSCALL_OR_IOCTL for " in ML_()

12