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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c77 VG_(dmsg)("WARNING: unhandled %s subop: %ld\n",
82 VG_(dmsg)("You may be able to write your own handler.\n");
83 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n");
84 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n");
85 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html &\n");
86 VG_(dmsg)("http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen.\n");
413 VG_(dmsg)("WARNING: sysctl version %"PRIx32" not supported\n",
418 VG_(dmsg)("You may be able to write your own handler.\n");
419 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n");
420 VG_(dmsg)("Nevertheles
[all...]
H A Dsyswrap-main.c1292 VG_(dmsg)("WARNING: unhandled syscall: %s\n",
1297 VG_(dmsg)("You may be able to write your own handler.\n");
1298 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n");
1299 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n");
1300 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html.\n");
/external/valgrind/main/cachegrind/
H A Dcg_arch.c214 VG_(dmsg)("warning: pretending that LL cache has associativity"
309 VG_(dmsg)("warning: L2 cache not installed, ignore LL results.\n");
313 VG_(dmsg)("warning: L%u cache found, using its data for the "
331 VG_(dmsg)("warning: Pentium 4 with %u KB micro-op instruction trace cache\n",
333 VG_(dmsg)(" Simulating a %d KB I-cache with %d B lines\n",
438 VG_(dmsg)("%s", warning);
H A Dcg_main.c1718 VG_(dmsg)("\n");
1719 VG_(dmsg)("cachegrind: distinct files : %d\n", distinct_files);
1720 VG_(dmsg)("cachegrind: distinct functions : %d\n", distinct_fns);
1721 VG_(dmsg)("cachegrind: distinct lines : %d\n", distinct_lines);
1722 VG_(dmsg)("cachegrind: distinct instrs NoX: %d\n", distinct_instrsNoX);
1723 VG_(dmsg)("cachegrind: distinct instrs Gen: %d\n", distinct_instrsGen);
1724 VG_(dmsg)("cachegrind: debug lookups : %d\n", debug_lookups);
1730 VG_(dmsg)("cachegrind: with full info:%s (%d)\n",
1732 VG_(dmsg)("cachegrind: with file/line info:%s (%d)\n",
1734 VG_(dmsg)("cachegrin
[all...]
/external/chromium_org/third_party/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.cc306 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg);
307 dmsgq_.push(dmsg);
/external/valgrind/main/include/
H A Dpub_tool_libcprint.h148 extern UInt VG_(dmsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
/external/valgrind/main/coregrind/
H A Dm_signals.c985 VG_(dmsg)("setting ksig %d to: hdlr %p, flags 0x%lx, "
1048 VG_(dmsg)("sys_sigaltstack: tid %d, "
1093 VG_(dmsg)("sys_sigaction: sigNo %d, "
1240 VG_(dmsg)("do_setmask: tid = %d how = %d (%s), newset = %p (%s)\n",
1252 VG_(dmsg)("\toldset=%p %s\n", oldset, format_sigset(oldset));
1277 VG_(dmsg)("sigprocmask: unknown 'how' field %d\n", how);
1340 VG_(dmsg)("push_signal_frame (thread %d): signal %d\n", tid, sigNo);
1354 VG_(dmsg)("delivering signal %d (%s) to thread %d: "
1582 VG_(dmsg)("delivering %d (code %d) to default handler; action: %s%s\n",
1703 VG_(dmsg)("
[all...]
H A Dm_errormgr.c920 VG_(dmsg)("\n");
925 VG_(dmsg)("used_suppression: %6d %s %s:%d%s%s\n", su->count, su->sname,
1439 VG_(dmsg)("Reading suppressions file: %s\n",
1722 VG_(dmsg)(
1726 VG_(dmsg)(
H A Dm_transtab.c1378 VG_(dmsg)("transtab: " "allocate sector %d\n", sno);
1424 VG_(dmsg)("transtab: " "recycle sector %d\n", sno);
1569 VG_(dmsg)("transtab: "
H A Dm_libcprint.c569 UInt VG_(dmsg) ( const HChar* format, ... ) function
/external/valgrind/main/drd/
H A Ddrd_main.c426 VG_(dmsg)("Evaluating range @ 0x%lx size %ld\n", a, len);
433 VG_(dmsg)("Examining %s / %s\n", VG_(DebugInfo_get_filename)(di),
447 VG_(dmsg)("Suppressing .bss @ 0x%lx size %ld\n", avma, size);
457 VG_(dmsg)("Suppressing .plt @ 0x%lx size %ld\n", avma, size);
467 VG_(dmsg)("Suppressing .got.plt @ 0x%lx size %ld\n", avma, size);
477 VG_(dmsg)("Suppressing .got @ 0x%lx size %ld\n", avma, size);
/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/main/exp-dhat/
H A Ddh_main.c1327 VG_(dmsg)(" dhat: find_Block_containing:\n");
1328 VG_(dmsg)(" found: %'lu (%'lu cached + %'lu uncached)\n",
1332 VG_(dmsg)(" notfound: %'lu\n", stats__n_fBc_notfound);
1333 VG_(dmsg)("\n");
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c52 VG_(dmsg)("current sigmask value { ");
55 VG_(dmsg)("%u ", i);
57 VG_(dmsg)("}\n");
/external/valgrind/main/massif/
H A Dms_main.c226 VG_(dmsg)("Massif: " format, ##args); \
2428 VG_(dmsg)("Massif: " format, ##args)
/external/valgrind/main/memcheck/
H A Dmc_main.c1169 VG_(dmsg)("memcheck: modify_ignore_ranges: add %p %p\n",
1175 VG_(dmsg)("memcheck: modify_ignore_ranges: del %p %p\n",
1179 VG_(dmsg)("memcheck: now have %ld ranges:\n",
1188 VG_(dmsg)("memcheck: [%ld] %016llx-%016llx %s\n",

Completed in 4950 milliseconds