HomeSort by relevance Sort by last modified time
    Searched refs:dmsg (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/cachegrind/
cg_arch.c 261 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",
490 VG_(dmsg)("%s", warning);
cg_main.c     [all...]
  /external/webrtc/webrtc/base/
messagequeue.h 155 bool operator< (const DelayedMessage& dmsg) const {
156 return (dmsg.msTrigger_ < msTrigger_)
157 || ((dmsg.msTrigger_ == msTrigger_) && (dmsg.num_ < num_));
messagequeue.cc 333 DelayedMessage dmsg(cmsDelay, tstamp, dmsgq_next_num_, msg);
334 dmsgq_.push(dmsg);
  /external/valgrind/coregrind/
m_signals.c     [all...]
m_errormgr.c 935 VG_(dmsg)("\n");
949 VG_(dmsg)("used_suppression: %6d %s %s:%d%s%s\n", su->count, su->sname,
    [all...]
m_transtab.c     [all...]
m_libcprint.c 1113 UInt VG_(dmsg) ( const HChar* format, ... ) function
    [all...]
m_xtree.c 56 #define DMSG(level, ...) (level <= VG_(debugLog_getLevel)() ? \
57 VG_(dmsg)(__VA_ARGS__) \
738 DMSG(1, "depth %u n_groups %u n_insig %u\n", depth, *n_groups, n_insig);
802 DMSG(1, "iteration %u\n", n_xecu);
887 DMSG(1, "XT_massif_print %s\n", kind);
892 DMSG(1, "XT_print_massif ms_ec n_ec %u\n", n_ec);
942 DMSG(1, "XT_massif_print producing depth 0 groups\n");
    [all...]
  /external/valgrind/drd/
drd_main.c 433 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);
    [all...]
  /external/valgrind/include/
pub_tool_libcprint.h 152 extern UInt VG_(dmsg)( const HChar* format, ... ) PRINTF_CHECK(1, 2);
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c 76 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)("Nevertheless we consider this a bug. Please report\n")
    [all...]
syswrap-main.c     [all...]
syswrap-darwin.c 387 VG_(dmsg)("%s\n", key);
389 VG_(dmsg)("%s (repeated %lu times)\n", key, val);
    [all...]
syswrap-linux.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
target.c 624 VG_(dmsg) ("command %s exit code %d\n", cmd, ret);
627 VG_(dmsg) ("error VG_(fstat) %d %s\n", fd, outfile);
646 VG_(dmsg) ("%s lm_modid_offset unexpected hex value %s\n",
651 VG_(dmsg) ("%s produced unexpected %s\n", cmd, w);
remote-utils.c 53 VG_(dmsg)("current sigmask value { ");
56 VG_(dmsg)("%d ", i);
58 VG_(dmsg)("}\n");
    [all...]
  /external/ipsec-tools/src/racoon/
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);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c     [all...]
storage.c     [all...]
  /external/valgrind/exp-dhat/
dh_main.c     [all...]
  /external/adhd/cras/src/server/
audio_thread.c 879 struct audio_thread_dump_debug_info_msg *dmsg; local
885 dmsg = (struct audio_thread_dump_debug_info_msg *)msg;
886 info = dmsg->info;
    [all...]
  /external/valgrind/massif/
ms_main.c 218 VG_(dmsg)("Massif: " format, ##args); \
    [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java 1207 Message dmsg = Message.obtain(msg); local
    [all...]

Completed in 1125 milliseconds

1 2