Home
last modified time | relevance | path

Searched refs:dmsg (Results 1 – 24 of 24) sorted by relevance

/external/valgrind/cachegrind/
Dcg_arch.c261 VG_(dmsg)("warning: " in maybe_tweak_LLc()
264 VG_(dmsg)("warning: " in maybe_tweak_LLc()
361 VG_(dmsg)("warning: L2 cache not installed, ignore LL results.\n"); in configure_caches()
365 VG_(dmsg)("warning: L%u cache found, using its data for the " in configure_caches()
383 VG_(dmsg)("warning: Pentium 4 with %u KB micro-op instruction trace cache\n", in configure_caches()
385 VG_(dmsg)(" Simulating a %u KB I-cache with %u B lines\n", in configure_caches()
490 VG_(dmsg)("%s", warning); in configure_caches()
Dcg_main.c1684 VG_(dmsg)("\n"); in cg_fini()
1685 VG_(dmsg)("cachegrind: distinct files : %d\n", distinct_files); in cg_fini()
1686 VG_(dmsg)("cachegrind: distinct functions : %d\n", distinct_fns); in cg_fini()
1687 VG_(dmsg)("cachegrind: distinct lines : %d\n", distinct_lines); in cg_fini()
1688 VG_(dmsg)("cachegrind: distinct instrs NoX: %d\n", distinct_instrsNoX); in cg_fini()
1689 VG_(dmsg)("cachegrind: distinct instrs Gen: %d\n", distinct_instrsGen); in cg_fini()
1690 VG_(dmsg)("cachegrind: debug lookups : %d\n", debug_lookups); in cg_fini()
1692 VG_(dmsg)("cachegrind: with full info:%6.1f%% (%d)\n", in cg_fini()
1694 VG_(dmsg)("cachegrind: with file/line info:%6.1f%% (%d)\n", in cg_fini()
1696 VG_(dmsg)("cachegrind: with fn name info:%6.1f%% (%d)\n", in cg_fini()
[all …]
/external/webrtc/webrtc/base/
Dmessagequeue.h155 bool operator< (const DelayedMessage& dmsg) const {
156 return (dmsg.msTrigger_ < msTrigger_)
157 || ((dmsg.msTrigger_ == msTrigger_) && (dmsg.num_ < num_));
Dmessagequeue.cc333 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg); in DoDelayPost() local
334 dmsgq_.push(dmsg); in DoDelayPost()
/external/valgrind/coregrind/
Dm_signals.c1049 VG_(dmsg)("setting ksig %d to: hdlr %p, flags 0x%lx, " in handle_SCSS_change()
1125 VG_(dmsg)("sys_sigaltstack: tid %u, " in VG_()
1170 VG_(dmsg)("sys_sigaction: sigNo %d, " in VG_()
1319 VG_(dmsg)("do_setmask: tid = %u how = %d (%s), newset = %p (%s)\n", in do_setmask()
1331 VG_(dmsg)("\toldset=%p %s\n", oldset, format_sigset(oldset)); in do_setmask()
1356 VG_(dmsg)("sigprocmask: unknown 'how' field %d\n", how); in VG_()
1420 VG_(dmsg)("push_signal_frame (thread %u): signal %d\n", tid, sigNo); in push_signal_frame()
1435 VG_(dmsg)("delivering signal %d (%s) to thread %u: " in push_signal_frame()
1702 VG_(dmsg)("delivering %d (code %d) to default handler; action: %s%s\n", in default_action()
1856 VG_(dmsg)(" -> extended stack base to %#lx\n", in default_action()
[all …]
Dm_errormgr.c935 VG_(dmsg)("\n"); in show_used_suppressions()
949 VG_(dmsg)("used_suppression: %6d %s %s:%d%s%s\n", su->count, su->sname, in show_used_suppressions()
1461 VG_(dmsg)("Reading suppressions file: %s\n", in VG_()
1594 VG_(dmsg)("errormgr matching end suppression %s %s:%d matched:\n", in clearIPtoFunOrObjCompleter()
1599 VG_(dmsg)("errormgr matching end no suppression matched:\n"); in clearIPtoFunOrObjCompleter()
1860 VG_(dmsg)(" errormgr Checking match with %s %s:%d\n", in supp_matches_callers()
1943 VG_(dmsg)("errormgr matching begin\n"); in is_suppressible_error()
1973 VG_(dmsg)( in VG_()
1977 VG_(dmsg)( in VG_()
Dm_transtab.c1535 VG_(dmsg)("transtab: " "allocate sector %d\n", sno); in initialiseSector()
1602 VG_(dmsg)("transtab: " "recycle sector %d\n", sno); in initialiseSector()
1754 VG_(dmsg)("transtab: " in VG_()
Dm_xtree.c57 VG_(dmsg)(__VA_ARGS__) \
Dm_libcprint.c1113 UInt VG_(dmsg) ( const HChar* format, ... ) in VG_() argument
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-xen.c76 VG_(dmsg)("WARNING: %s version %#lx not supported\n", in bad_intf_version()
81 VG_(dmsg)("You may be able to write your own handler.\n"); in bad_intf_version()
82 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); in bad_intf_version()
83 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n"); in bad_intf_version()
84 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html &\n"); in bad_intf_version()
85 VG_(dmsg)("http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen.\n"); in bad_intf_version()
98 VG_(dmsg)("WARNING: unhandled %s subop: %lu\n", in bad_subop()
103 VG_(dmsg)("You may be able to write your own handler.\n"); in bad_subop()
104 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); in bad_subop()
105 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n"); in bad_subop()
[all …]
Dsyswrap-main.c1546 VG_(dmsg)("WARNING: unhandled %s syscall: %s\n", in bad_before()
1551 VG_(dmsg)("You may be able to write your own handler.\n"); in bad_before()
1552 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); in bad_before()
1553 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n"); in bad_before()
1554 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html.\n"); in bad_before()
Dsyswrap-darwin.c387 VG_(dmsg)("%s\n", key); in log_decaying()
389 VG_(dmsg)("%s (repeated %lu times)\n", key, val); in log_decaying()
Dsyswrap-linux.c3883 VG_(dmsg)("Warning: Bad set handler address %p in sigprocmask\n", in PRE()
3889 VG_(dmsg)("Warning: Bad oldset address %p in sigprocmask\n", in PRE()
Dsyswrap-solaris.c628 VG_(dmsg)("restore_context, sigaltstack: tid %u, " in VG_()
/external/valgrind/drd/
Ddrd_main.c433 VG_(dmsg)("Evaluating range @ 0x%lx size %lu\n", a, len); in DRD_()
440 VG_(dmsg)("Examining %s / %s\n", VG_(DebugInfo_get_filename)(di), in DRD_()
454 VG_(dmsg)("Suppressing .bss @ 0x%lx size %lu\n", avma, size); in DRD_()
464 VG_(dmsg)("Suppressing .plt @ 0x%lx size %lu\n", avma, size); in DRD_()
474 VG_(dmsg)("Suppressing .got.plt @ 0x%lx size %lu\n", avma, size); in DRD_()
484 VG_(dmsg)("Suppressing .got @ 0x%lx size %lu\n", avma, size); in DRD_()
/external/valgrind/coregrind/m_gdbserver/
Dtarget.c624 VG_(dmsg) ("command %s exit code %d\n", cmd, ret); in getplatformoffset()
627 VG_(dmsg) ("error VG_(fstat) %d %s\n", fd, outfile); in getplatformoffset()
646 VG_(dmsg) ("%s lm_modid_offset unexpected hex value %s\n", in getplatformoffset()
651 VG_(dmsg) ("%s produced unexpected %s\n", cmd, w); in getplatformoffset()
Dremote-utils.c53 VG_(dmsg)("current sigmask value { "); in sr_extended_perror()
56 VG_(dmsg)("%d ", i); in sr_extended_perror()
58 VG_(dmsg)("}\n"); in sr_extended_perror()
/external/valgrind/include/
Dpub_tool_libcprint.h152 extern UInt VG_(dmsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
/external/ipsec-tools/src/racoon/
Disakmp_cfg.c148 vchar_t *dmsg; local
176 dmsg = oakley_do_decrypt(iph1, msg, ivm->iv, ivm->ive);
177 if (dmsg == NULL) {
184 plogdump(LLV_DEBUG, dmsg->v, dmsg->l);
187 packet = (struct isakmp *)dmsg->v;
188 tlen = dmsg->l - sizeof(*packet);
270 vfree(dmsg);
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c2228 VG_(dmsg)("LOAD_PDB_DEBUGINFO:" in pdb_dump()
2230 VG_(dmsg)("LOAD_PDB_DEBUGINFO:" in pdb_dump()
2232 VG_(dmsg)("LOAD_PDB_DEBUGINFO:" in pdb_dump()
2234 VG_(dmsg)("LOAD_PDB_DEBUGINFO:" in pdb_dump()
2392 VG_(dmsg)("LOAD_PDB_DEBUGINFO: " in ML_()
2399 VG_(dmsg)("LOAD_PDB_DEBUGINFO: " in ML_()
2404 VG_(dmsg)("LOAD_PDB_DEBUGINFO: " in ML_()
2527 VG_(dmsg)("LOAD_PDB_DEBUGINFO: " in ML_()
Dstorage.c2234 VG_(dmsg)("CFSI total %lu mergeables %lu holes %lu uniq cfsi_m %u\n", in ML_()
/external/valgrind/exp-dhat/
Ddh_main.c1335 VG_(dmsg)(" dhat: find_Block_containing:\n"); in dh_fini()
1336 VG_(dmsg)(" found: %'lu (%'lu cached + %'lu uncached)\n", in dh_fini()
1340 VG_(dmsg)(" notfound: %'lu\n", stats__n_fBc_notfound); in dh_fini()
1341 VG_(dmsg)("\n"); in dh_fini()
/external/valgrind/massif/
Dms_main.c218 VG_(dmsg)("Massif: " format, ##args); \
1908 VG_(dmsg)("Massif: " format, ##args) in ms_print_stats()
/external/valgrind/memcheck/
Dmc_main.c1225 VG_(dmsg)("memcheck: modify_ignore_ranges: add %p %p\n", in modify_ignore_ranges()
1231 VG_(dmsg)("memcheck: modify_ignore_ranges: del %p %p\n", in modify_ignore_ranges()
1235 VG_(dmsg)("memcheck: now have %u ranges:\n", in modify_ignore_ranges()
1244 VG_(dmsg)("memcheck: [%u] %016lx-%016lx %s\n", in modify_ignore_ranges()