Searched refs:debugLog (Results 1 - 25 of 30) sorted by relevance

12

/external/valgrind/main/coregrind/
H A Dpub_core_debuglog.h41 // Because VG_(debugLog) does printf-style formatting, and because
76 void VG_(debugLog) ( Int level, const HChar* modulename,
H A Dm_cache.c123 VG_(debugLog)(1, "cache", "warning: CPUID level < 2 for Intel "
140 VG_(debugLog)(1, "cache", "warning: non-zero CPUID trials for Intel "
311 VG_(debugLog)(1, "cache",
323 VG_(debugLog)(1, "cache",
335 VG_(debugLog)(1, "cache",
341 VG_(debugLog)(1, "cache", "warning: L%u cache ignored\n",
352 VG_(debugLog)(1, "cache",
421 VG_(debugLog)(1, "cache", "warning: ext_level < 0x80000006 for AMD "
433 VG_(debugLog)(1, "cache", "warning: Buggy Duron stepping A0. "
520 VG_(debugLog)(
[all...]
H A Dlauncher-darwin.c250 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
252 VG_(debugLog)(1, "launcher",
268 VG_(debugLog)(1, "launcher", "Using executable in app bundle: %s\n", newclient);
280 VG_(debugLog)(1, "launcher", "valgrind_lib = %s\n", valgrind_lib);
289 VG_(debugLog)(1, "launcher", "arch '%s' IS NOT installed\n", valid_archs[i].valgrind_name);
292 VG_(debugLog)(1, "launcher", "arch '%s' IS installed\n", valid_archs[i].valgrind_name);
329 VG_(debugLog)(1, "launcher", "using arch '%s' from --arch=%s\n",
334 VG_(debugLog)(1, "launcher",
341 VG_(debugLog)(1, "launcher", "selected arch '%s'\n", arch);
345 VG_(debugLog)(
[all...]
H A Dlauncher-linux.c132 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
137 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
143 VG_(debugLog)(2, "launcher", "opened '%s'\n", clientname);
151 VG_(debugLog)(2, "launcher", "read %ld bytes from '%s'\n",
256 VG_(debugLog)(2, "launcher", "selected platform '%s'\n",
304 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname);
306 VG_(debugLog)(1, "launcher",
336 VG_(debugLog)(1, "launcher",
341 VG_(debugLog)(1, "launcher", "selected platform '%s'\n", platform);
343 VG_(debugLog)(
[all...]
H A Dm_main.c1583 VG_(debugLog)(1, "main", "Welcome to Valgrind version "
1590 VG_(debugLog)(1, "main", "Checking current stack is plausible\n");
1613 VG_(debugLog)(0, "main", "Root stack %p to %p, a local %p\n",
1615 VG_(debugLog)(0, "main", "Valgrind: FATAL: "
1617 VG_(debugLog)(0, "main", " Cannot continue. Sorry.\n");
1627 VG_(debugLog)(1, "main", "Checking initial stack was noted\n");
1629 VG_(debugLog)(0, "main", "Valgrind: FATAL: "
1631 VG_(debugLog)(0, "main", " Cannot continue. Sorry.\n");
1640 VG_(debugLog)(1, "main", "Starting the address space manager\n");
1649 VG_(debugLog)(
[all...]
H A Dm_stacks.c41 #define EDEBUG(fmt, args...) //VG_(debugLog)(2, "stacks", fmt, ## args)
202 VG_(debugLog)(2, "stacks", "register %p-%p as stack %lu\n",
217 VG_(debugLog)(2, "stacks", "deregister stack %lu\n", id);
249 VG_(debugLog)(2, "stacks", "change stack %lu from %p-%p to %p-%p\n",
H A Dm_libcsignal.c204 VG_(debugLog)(2, "libcsignal",
210 VG_(debugLog)(2, "libcsignal",
436 VG_(debugLog)(0, "libcsignal",
460 VG_(debugLog)(0, "libcsignal",
H A Dm_machine.c188 VG_(debugLog)(2, "machine", "apply_to_GPs_of_tid %d\n", tid);
522 VG_(debugLog)(1, "machine", "dcbz_szB=%d dcbzl_szB=%d\n",
629 VG_(debugLog)(1, "machine", "model = %s\n",
1034 VG_(debugLog)(1, "machine", "F %d V %d FX %d GX %d VX %d DFP %d ISA2.07 %d\n",
1177 VG_(debugLog)(1, "machine", "F %d V %d FX %d GX %d VX %d DFP %d ISA2.07 %d\n",
1334 VG_(debugLog)(1, "machine", "%s\n", fac_str);
1335 VG_(debugLog)(1, "machine", "hwcaps = 0x%x\n", vai.hwcaps);
1434 VG_(debugLog)(1, "machine", "ARMv%d VFP %d VFP2 %d VFP3 %d NEON %d\n",
1470 VG_(debugLog)(1, "machine", "ARM64: ctr_el0.dMinLine_szB = %d, "
1558 VG_(debugLog)(
[all...]
H A Dm_transtab.c779 VG_(debugLog)(1,"transtab",
1186 VG_(debugLog)(0, "transtab", "eclass sanity fail: %s\n", whassup);
1274 VG_(debugLog)(0, "transtab",
1376 VG_(debugLog)(1,"transtab", "allocate sector %d\n", sno);
1422 VG_(debugLog)(1,"transtab", "recycle sector %d\n", sno);
1564 VG_(debugLog)(1,"transtab",
1897 VG_(debugLog)(2, "transtab",
1941 VG_(debugLog)(2, "transtab",
1965 VG_(debugLog)(2, "transtab",
H A Dm_hashtable.c115 VG_(debugLog)(
H A Dm_mallocfree.c765 VG_(debugLog)(0,"mallocfree", s1, who, (ULong)szB, tot_alloc);
846 VG_(debugLog)(1, "mallocfree",
864 VG_(debugLog)(1, "mallocfree",
1682 VG_(debugLog)(1, "mallocfree",
1804 VG_(debugLog)(1, "mallocfree",
1810 VG_(debugLog)(1, "mallocfree",
H A Dm_debuglog.c933 VG_(debugLog)(1, "debuglog",
974 void VG_(debugLog) ( Int level, const HChar* modulename, function
H A Dm_execontext.c295 VG_(debugLog)(
H A Dm_signals.c2256 VG_(debugLog)(1, "signals",
2261 VG_(debugLog)(1, "signals", "extending a stack base: FAILED\n");
2280 VG_(debugLog)(0, "signals", "set fault catcher to %p\n", catcher);
/external/valgrind/main/coregrind/m_scheduler/
H A Dsema.c68 VG_(debugLog)(0,"zz","sema_init: %d %d\n", sema->pipe[0],
113 VG_(debugLog)(0, "scheduler",
147 VG_(debugLog)(0, "scheduler",
H A Dscheduler.c593 VG_(debugLog)(1,"sched","sched_init_phase1\n");
651 VG_(debugLog)(1,"sched","sched_init_phase2: tid_main=%d, "
1514 VG_(debugLog)(2, "sched", "flush_dcache(%p, %lu)\n", start, len);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c69 VG_(debugLog)(0, "aspacem", "Valgrind: FATAL: %s\n", what);
70 VG_(debugLog)(0, "aspacem", "Exiting now.\n");
76 VG_(debugLog)(0, "aspacem",
78 VG_(debugLog)(0, "aspacem", " Increase it and rebuild. "
88 VG_(debugLog)(0, "aspacem",
90 VG_(debugLog)(0, "aspacem", " %s\n", expr);
91 VG_(debugLog)(0, "aspacem", " at %s:%d (%s)\n", file,line,fn);
92 VG_(debugLog)(0, "aspacem", "Exiting now.\n");
422 VG_(debugLog)( 1,"aspacem","allocated thread stack at 0x%llx size %d\n",
H A Daspacemgr-linux.c402 if (0) VG_(debugLog)(0,"aspacem","allocate_segname %s\n", name);
516 VG_(debugLog)(
542 VG_(debugLog)(
551 VG_(debugLog)(
563 VG_(debugLog)(
577 VG_(debugLog)(
590 VG_(debugLog)(
603 VG_(debugLog)(logLevel, "aspacem",
609 VG_(debugLog)(logLevel, "aspacem",
614 VG_(debugLog)(logLeve
[all...]
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c173 VG_(debugLog)(2, "initimg", "preload_string:\n");
174 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string);
684 VG_(debugLog)(2, "initimg",
690 VG_(debugLog)(2, "initimg",
707 VG_(debugLog)(2, "initimg",
715 VG_(debugLog)(2, "initimg",
769 VG_(debugLog)(2, "initimg",
873 VG_(debugLog)(1, "initimg", "Loading client\n");
885 VG_(debugLog)(1, "initimg", "Setup client env\n");
913 VG_(debugLog)(
[all...]
H A Dinitimg-darwin.c163 VG_(debugLog)(2, "initimg", "preload_string:\n");
164 VG_(debugLog)(2, "initimg", " \"%s\"\n", preload_string);
526 VG_(debugLog)(1, "initimg", "Loading client\n");
538 VG_(debugLog)(1, "initimg", "Setup client env\n");
555 VG_(debugLog)(2, "initimg",
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c239 VG_(debugLog)(2, "ume", "mmap fixed (file) (%#lx, %lu)\n", addr, filesize);
256 VG_(debugLog)(2, "ume", "mmap fixed (anon) (%#lx, %lu)\n", addr, length);
485 VG_(debugLog)(1, "ume", "load_thin_file: begin: %s\n", filename);
571 VG_(debugLog)(2, "ume", "lc_main: created stack %p-%p\n",
680 VG_(debugLog)(1, "ume", "load_thin_file: success: %s\n", filename);
H A Delf.c209 if (0) VG_(debugLog)(0,"ume","mmap_file_fixed_client #1\n");
227 if (0) VG_(debugLog)(0,"ume","mmap_anon_fixed_client #2\n");
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h126 VG_(debugLog) (level, "gdbsrv",__VA_ARGS__); } \
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c93 VG_(debugLog)(1, "syswrap-darwin",
124 VG_(debugLog)(1, "syswrap-darwin",
164 VG_(debugLog)( 2, "syswrap-darwin", "stack for tid %d at %p; init_SP=%p\n",
210 VG_(debugLog)(1, "syswrap-darwin",
220 VG_(debugLog)(1, "syswrap-darwin",
242 VG_(debugLog)(
253 VG_(debugLog)(1, "syswrap-darwin",
267 VG_(debugLog)(1, "syswrap-darwin",
311 VG_(debugLog)(1, "syswrap-darwin",
650 VG_(debugLog)(
[all...]
H A Dsyswrap-linux.c76 VG_(debugLog)(1, "syswrap-linux",
110 VG_(debugLog)(1, "syswrap-linux",
135 VG_(debugLog)(1, "syswrap-linux",
158 VG_(debugLog)(1, "syswrap-linux",
180 VG_(debugLog)(
191 VG_(debugLog)(1, "syswrap-linux",
202 VG_(debugLog)(1, "syswrap-linux",
366 VG_(debugLog)(1, "syswrap-linux",

Completed in 426 milliseconds

12