/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-xen.c | 77 VG_(dmsg)("WARNING: unhandled %s subop: %ld\n", in bad_subop() 82 VG_(dmsg)("You may be able to write your own handler.\n"); in bad_subop() 83 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); in bad_subop() 84 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n"); in bad_subop() 85 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html &\n"); in bad_subop() 86 VG_(dmsg)("http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen.\n"); in bad_subop() 413 VG_(dmsg)("WARNING: sysctl version %"PRIx32" not supported\n", in PRE() 418 VG_(dmsg)("You may be able to write your own handler.\n"); in PRE() 419 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); in PRE() 420 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n"); in PRE() [all …]
|
D | syswrap-main.c | 1292 VG_(dmsg)("WARNING: unhandled syscall: %s\n", in bad_before() 1297 VG_(dmsg)("You may be able to write your own handler.\n"); in bad_before() 1298 VG_(dmsg)("Read the file README_MISSING_SYSCALL_OR_IOCTL.\n"); in bad_before() 1299 VG_(dmsg)("Nevertheless we consider this a bug. Please report\n"); in bad_before() 1300 VG_(dmsg)("it at http://valgrind.org/support/bug_reports.html.\n"); in bad_before()
|
/external/valgrind/main/cachegrind/ |
D | cg_arch.c | 214 VG_(dmsg)("warning: pretending that LL cache has associativity" in maybe_tweak_LLc() 309 VG_(dmsg)("warning: L2 cache not installed, ignore LL results.\n"); in configure_caches() 313 VG_(dmsg)("warning: L%u cache found, using its data for the " in configure_caches() 331 VG_(dmsg)("warning: Pentium 4 with %u KB micro-op instruction trace cache\n", in configure_caches() 333 VG_(dmsg)(" Simulating a %d KB I-cache with %d B lines\n", in configure_caches() 438 VG_(dmsg)("%s", warning); in configure_caches()
|
D | cg_main.c | 1718 VG_(dmsg)("\n"); in cg_fini() 1719 VG_(dmsg)("cachegrind: distinct files : %d\n", distinct_files); in cg_fini() 1720 VG_(dmsg)("cachegrind: distinct functions : %d\n", distinct_fns); in cg_fini() 1721 VG_(dmsg)("cachegrind: distinct lines : %d\n", distinct_lines); in cg_fini() 1722 VG_(dmsg)("cachegrind: distinct instrs NoX: %d\n", distinct_instrsNoX); in cg_fini() 1723 VG_(dmsg)("cachegrind: distinct instrs Gen: %d\n", distinct_instrsGen); in cg_fini() 1724 VG_(dmsg)("cachegrind: debug lookups : %d\n", debug_lookups); in cg_fini() 1730 VG_(dmsg)("cachegrind: with full info:%s (%d)\n", in cg_fini() 1732 VG_(dmsg)("cachegrind: with file/line info:%s (%d)\n", in cg_fini() 1734 VG_(dmsg)("cachegrind: with fn name info:%s (%d)\n", in cg_fini() [all …]
|
/external/valgrind/main/coregrind/ |
D | m_signals.c | 985 VG_(dmsg)("setting ksig %d to: hdlr %p, flags 0x%lx, " in handle_SCSS_change() 1048 VG_(dmsg)("sys_sigaltstack: tid %d, " in VG_() 1093 VG_(dmsg)("sys_sigaction: sigNo %d, " in VG_() 1240 VG_(dmsg)("do_setmask: tid = %d how = %d (%s), newset = %p (%s)\n", in do_setmask() 1252 VG_(dmsg)("\toldset=%p %s\n", oldset, format_sigset(oldset)); in do_setmask() 1277 VG_(dmsg)("sigprocmask: unknown 'how' field %d\n", how); in VG_() 1340 VG_(dmsg)("push_signal_frame (thread %d): signal %d\n", tid, sigNo); in push_signal_frame() 1354 VG_(dmsg)("delivering signal %d (%s) to thread %d: " in push_signal_frame() 1582 VG_(dmsg)("delivering %d (code %d) to default handler; action: %s%s\n", in default_action() 1703 VG_(dmsg)(" -> extended stack base to %#lx\n", in default_action() [all …]
|
D | m_errormgr.c | 920 VG_(dmsg)("\n"); in show_used_suppressions() 925 VG_(dmsg)("used_suppression: %6d %s %s:%d%s%s\n", su->count, su->sname, in show_used_suppressions() 1439 VG_(dmsg)("Reading suppressions file: %s\n", in VG_() 1722 VG_(dmsg)( in VG_() 1726 VG_(dmsg)( in VG_()
|
D | m_libcprint.c | 569 UInt VG_(dmsg) ( const HChar* format, ... ) in VG_() argument
|
D | m_transtab.c | 1378 VG_(dmsg)("transtab: " "allocate sector %d\n", sno); in initialiseSector() 1424 VG_(dmsg)("transtab: " "recycle sector %d\n", sno); in initialiseSector() 1569 VG_(dmsg)("transtab: " in VG_()
|
/external/chromium_org/third_party/webrtc/base/ |
D | messagequeue.h | 155 bool operator< (const DelayedMessage& dmsg) const { 156 return (dmsg.msTrigger_ < msTrigger_) 157 || ((dmsg.msTrigger_ == msTrigger_) && (dmsg.num_ < num_));
|
D | messagequeue.cc | 306 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg); in DoDelayPost() local 307 dmsgq_.push(dmsg); in DoDelayPost()
|
/external/valgrind/main/drd/ |
D | drd_main.c | 426 VG_(dmsg)("Evaluating range @ 0x%lx size %ld\n", a, len); in DRD_() 433 VG_(dmsg)("Examining %s / %s\n", VG_(DebugInfo_get_filename)(di), in DRD_() 447 VG_(dmsg)("Suppressing .bss @ 0x%lx size %ld\n", avma, size); in DRD_() 457 VG_(dmsg)("Suppressing .plt @ 0x%lx size %ld\n", avma, size); in DRD_() 467 VG_(dmsg)("Suppressing .got.plt @ 0x%lx size %ld\n", avma, size); in DRD_() 477 VG_(dmsg)("Suppressing .got @ 0x%lx size %ld\n", avma, size); in DRD_()
|
/external/valgrind/main/include/ |
D | pub_tool_libcprint.h | 148 extern UInt VG_(dmsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_cfg.c | 148 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/coregrind/m_gdbserver/ |
D | remote-utils.c | 52 VG_(dmsg)("current sigmask value { "); in sr_extended_perror() 55 VG_(dmsg)("%u ", i); in sr_extended_perror() 57 VG_(dmsg)("}\n"); in sr_extended_perror()
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 1327 VG_(dmsg)(" dhat: find_Block_containing:\n"); in dh_fini() 1328 VG_(dmsg)(" found: %'lu (%'lu cached + %'lu uncached)\n", in dh_fini() 1332 VG_(dmsg)(" notfound: %'lu\n", stats__n_fBc_notfound); in dh_fini() 1333 VG_(dmsg)("\n"); in dh_fini()
|
/external/valgrind/main/massif/ |
D | ms_main.c | 226 VG_(dmsg)("Massif: " format, ##args); \ 2428 VG_(dmsg)("Massif: " format, ##args) in ms_print_stats()
|
/external/valgrind/main/memcheck/ |
D | mc_main.c | 1169 VG_(dmsg)("memcheck: modify_ignore_ranges: add %p %p\n", in modify_ignore_ranges() 1175 VG_(dmsg)("memcheck: modify_ignore_ranges: del %p %p\n", in modify_ignore_ranges() 1179 VG_(dmsg)("memcheck: now have %ld ranges:\n", in modify_ignore_ranges() 1188 VG_(dmsg)("memcheck: [%ld] %016llx-%016llx %s\n", in modify_ignore_ranges()
|