Searched refs:dmsg (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/cachegrind/
H A Dcg_arch.c261 VG_(dmsg)("warning: "
264 VG_(dmsg)("warning: "
361 VG_(dmsg)("warning: L2 cache not installed, ignore LL results.\n");
365 VG_(dmsg)("warning: L%u cache found, using its data for the "
383 VG_(dmsg)("warning: Pentium 4 with %u KB micro-op instruction trace cache\n",
385 VG_(dmsg)(" Simulating a %u KB I-cache with %u B lines\n",
497 VG_(dmsg)("%s", warning);
H A Dcg_main.c1684 VG_(dmsg)("\n");
1685 VG_(dmsg)("cachegrind: distinct files : %d\n", distinct_files);
1686 VG_(dmsg)("cachegrind: distinct functions : %d\n", distinct_fns);
1687 VG_(dmsg)("cachegrind: distinct lines : %d\n", distinct_lines);
1688 VG_(dmsg)("cachegrind: distinct instrs NoX: %d\n", distinct_instrsNoX);
1689 VG_(dmsg)("cachegrind: distinct instrs Gen: %d\n", distinct_instrsGen);
1690 VG_(dmsg)("cachegrind: debug lookups : %d\n", debug_lookups);
1692 VG_(dmsg)("cachegrind: with full info:%6.1f%% (%d)\n",
1694 VG_(dmsg)("cachegrind: with file/line info:%6.1f%% (%d)\n",
1696 VG_(dmsg)("cachegrin
[all...]
/external/webrtc/webrtc/base/
H A Dmessagequeue.h155 bool operator< (const DelayedMessage& dmsg) const {
156 return (dmsg.msTrigger_ < msTrigger_)
157 || ((dmsg.msTrigger_ == msTrigger_) && (dmsg.num_ < num_));
H A Dmessagequeue.cc333 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg);
334 dmsgq_.push(dmsg);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-xen.c76 VG_(dmsg)("WARNING: %s version %#lx not supported\n",
81 VG_(dmsg)("You may be able to write your own handler.\n");
82 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n");
83 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n");
84 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html &\n");
85 VG_(dmsg)("http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen.\n");
98 VG_(dmsg)("WARNING: unhandled %s subop: %lu\n",
103 VG_(dmsg)("You may be able to write your own handler.\n");
104 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n");
105 VG_(dmsg)("Nevertheles
[all...]
H A Dsyswrap-main.c1594 VG_(dmsg)("WARNING: unhandled %s syscall: %s\n",
1599 VG_(dmsg)("You may be able to write your own handler.\n");
1600 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n");
1601 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n");
1602 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html.\n");
H A Dsyswrap-darwin.c382 VG_(dmsg)("%s\n", key);
384 VG_(dmsg)("%s (repeated %lu times)\n", key, val);
H A Dsyswrap-solaris.c627 VG_(dmsg)("restore_context, sigaltstack: tid %u, "
/external/valgrind/coregrind/
H A Dm_signals.c1072 VG_(dmsg)("setting ksig %d to: hdlr %p, flags 0x%lx, "
1148 VG_(dmsg)("sys_sigaltstack: tid %u, "
1193 VG_(dmsg)("sys_sigaction: sigNo %d, "
1342 VG_(dmsg)("do_setmask: tid = %u how = %d (%s), newset = %p (%s)\n",
1354 VG_(dmsg)("\toldset=%p %s\n", oldset, format_sigset(oldset));
1379 VG_(dmsg)("sigprocmask: unknown 'how' field %d\n", how);
1443 VG_(dmsg)("push_signal_frame (thread %u): signal %d\n", tid, sigNo);
1458 VG_(dmsg)("delivering signal %d (%s) to thread %u: "
1724 VG_(dmsg)("delivering %d (code %d) to default handler; action: %s%s\n",
1851 VG_(dmsg)("
[all...]
H A Dm_errormgr.c936 VG_(dmsg)("\n");
950 VG_(dmsg)("used_suppression: %6d %s %s:%d%s%s\n", su->count, su->sname,
1462 VG_(dmsg)("Reading suppressions file: %s\n",
1595 VG_(dmsg)("errormgr matching end suppression %s %s:%d matched:\n",
1600 VG_(dmsg)("errormgr matching end no suppression matched:\n");
1861 VG_(dmsg)(" errormgr Checking match with %s %s:%d\n",
1944 VG_(dmsg)("errormgr matching begin\n");
1974 VG_(dmsg)(
1978 VG_(dmsg)(
H A Dm_libcprint.c605 UInt VG_(dmsg) ( const HChar* format, ... ) function
H A Dm_transtab.c1449 VG_(dmsg)("transtab: " "allocate sector %d\n", sno);
1506 VG_(dmsg)("transtab: " "recycle sector %d\n", sno);
1656 VG_(dmsg)("transtab: "
/external/valgrind/drd/
H A Ddrd_main.c433 VG_(dmsg)("Evaluating range @ 0x%lx size %lu\n", a, len);
440 VG_(dmsg)("Examining %s / %s\n", VG_(DebugInfo_get_filename)(di),
454 VG_(dmsg)("Suppressing .bss @ 0x%lx size %lu\n", avma, size);
464 VG_(dmsg)("Suppressing .plt @ 0x%lx size %lu\n", avma, size);
474 VG_(dmsg)("Suppressing .got.plt @ 0x%lx size %lu\n", avma, size);
484 VG_(dmsg)("Suppressing .got @ 0x%lx size %lu\n", avma, size);
/external/valgrind/include/
H A Dpub_tool_libcprint.h152 extern UInt VG_(dmsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
/external/valgrind/coregrind/m_gdbserver/
H A Dtarget.c598 VG_(dmsg) ("command %s exit code %d\n", cmd, ret);
601 VG_(dmsg) ("error VG_(fstat) %d %s\n", fd, outfile);
620 VG_(dmsg) ("%s lm_modid_offset unexpected hex value %s\n",
625 VG_(dmsg) ("%s produced unexpected %s\n", cmd, w);
H A Dremote-utils.c53 VG_(dmsg)("current sigmask value { ");
56 VG_(dmsg)("%d ", i);
58 VG_(dmsg)("}\n");
/external/ipsec-tools/src/racoon/
H A 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/
H A Dreadpdb.c2222 VG_(dmsg)("LOAD_PDB_DEBUGINFO:"
2224 VG_(dmsg)("LOAD_PDB_DEBUGINFO:"
2226 VG_(dmsg)("LOAD_PDB_DEBUGINFO:"
2228 VG_(dmsg)("LOAD_PDB_DEBUGINFO:"
2386 VG_(dmsg)("LOAD_PDB_DEBUGINFO: "
2393 VG_(dmsg)("LOAD_PDB_DEBUGINFO: "
2398 VG_(dmsg)("LOAD_PDB_DEBUGINFO: "
2521 VG_(dmsg)("LOAD_PDB_DEBUGINFO: "
H A Dstorage.c2224 VG_(dmsg)("CFSI total %lu mergeables %lu holes %lu uniq cfsi_m %u\n",
/external/valgrind/exp-dhat/
H A Ddh_main.c1326 VG_(dmsg)(" dhat: find_Block_containing:\n");
1327 VG_(dmsg)(" found: %'lu (%'lu cached + %'lu uncached)\n",
1331 VG_(dmsg)(" notfound: %'lu\n", stats__n_fBc_notfound);
1332 VG_(dmsg)("\n");
/external/valgrind/massif/
H A Dms_main.c220 VG_(dmsg)("Massif: " format, ##args); \
2400 VG_(dmsg)("Massif: " format, ##args)
/external/valgrind/memcheck/
H A Dmc_main.c1170 VG_(dmsg)("memcheck: modify_ignore_ranges: add %p %p\n",
1176 VG_(dmsg)("memcheck: modify_ignore_ranges: del %p %p\n",
1180 VG_(dmsg)("memcheck: now have %u ranges:\n",
1189 VG_(dmsg)("memcheck: [%u] %016lx-%016lx %s\n",

Completed in 840 milliseconds