Home
last modified time | relevance | path

Searched refs:VPrintf (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cc48 VPrintf(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size); in DTLS_Deallocate()
61 VPrintf(2, "__tls_get_addr: DTLS_Resize %p %zd\n", &dtls, num_live_dtls); in DTLS_Resize()
75 VPrintf(2, "__tls_get_addr: DTLS_Destroy %p %zd\n", &dtls, dtls.dtv_size); in DTLS_Destroy()
100 VPrintf(2, "__tls_get_addr: %p {%p,%p} => %p; tls_beg: %p; sp: %p " in DTLS_on_tls_get_addr()
106 VPrintf(2, "__tls_get_addr: glibc <=2.18 suspected; tls={%p,%p}\n", in DTLS_on_tls_get_addr()
111 VPrintf(2, "__tls_get_addr: static tls: %p\n", tls_beg); in DTLS_on_tls_get_addr()
118 VPrintf(2, "__tls_get_addr: glibc >=2.19 suspected; tls={%p %p}\n", in DTLS_on_tls_get_addr()
121 VPrintf(2, "__tls_get_addr: Can't guess glibc version\n"); in DTLS_on_tls_get_addr()
132 VPrintf(2, "DTLS_on_libc_memalign: %p %p\n", ptr, size); in DTLS_on_libc_memalign()
Dsanitizer_deadlock_detector2.cc154 VPrintf(2, "#%llu: DD::MutexInit(%p)\n", cb->lt->ctx, m); in MutexInit()
190 VPrintf(3, "#%llu: DD::allocateId assign id %d\n", cb->lt->ctx, id); in allocateId()
195 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n", in MutexBeforeLock()
202 VPrintf(3, "#%llu: DD::MutexBeforeLock recursive\n", in MutexBeforeLock()
218 VPrintf(3, "#%llu: DD::MutexBeforeLock first mutex\n", in MutexBeforeLock()
244 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n", in MutexBeforeLock()
259 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n", in MutexBeforeLock()
265 VPrintf(3, "#%llu: DD::MutexBeforeLock don't check\n", in MutexBeforeLock()
275 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n", in MutexAfterLock()
281 VPrintf(3, "#%llu: DD::MutexAfterLock recursive\n", cb->lt->ctx); in MutexAfterLock()
[all …]
Dsanitizer_suppressions.cc63 VPrintf(1, "%s: reading suppressions file at %s\n", in ParseFromFile()
Dsanitizer_posix_libcdep.cc310 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize, in AdjustStackSize()
Dsanitizer_stoptheworld_linux_libcdep.cc232 VPrintf(1, "Tracer caught signal %d: addr=0x%zx pc=0x%zx sp=0x%zx\n", in TracerThreadSignalHandler()
Dsanitizer_common.h178 #define VPrintf(level, ...) \ macro
Dsanitizer_common_interceptors.inc1246 VPrintf(2, "Decoding unknown ioctl 0x%x\n", request);
5041 VPrintf(1, "%s ignores mlock/mlockall/munlock/munlockall\n",
/external/compiler-rt/lib/msan/
Dmsan_linux.cc41 VPrintf(1, "%s : %p - %p\n", descr, beg, end); in ReportMapRange()
109 VPrintf(1, "__msan_init %p\n", &__msan_init); in InitShadow()
111 VPrintf(1, "%s: %zx - %zx\n", kMemoryLayout[i].name, kMemoryLayout[i].start, in InitShadow()
Dmsan.cc179 VPrintf(1, "MSAN_OPTIONS: %s\n", msan_options ? msan_options : "<empty>"); in InitializeFlags()
390 VPrintf(1, "Unlimited stack, doing reexec\n"); in __msan_init()
399 VPrintf(1, "msan_track_origins\n"); in __msan_init()
426 VPrintf(1, "MemorySanitizer init done\n"); in __msan_init()
Dmsan_report.cc62 VPrintf(1, " raw origin id: %d\n", id); in DescribeOrigin()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc183 VPrintf(1, "ThreadSanitizer: periodic memory flush\n"); in BackgroundThread()
192 VPrintf(1, "ThreadSanitizer: memory flush check" in BackgroundThread()
196 VPrintf(1, "ThreadSanitizer: flushing memory due to RSS\n"); in BackgroundThread()
199 VPrintf(1, "ThreadSanitizer: memory flushed RSS=%llu\n", (u64)rss>>20); in BackgroundThread()
270 VPrintf(2, "mapped meta shadow for (%p-%p) at (%p-%p)\n", in MapShadow()
290 VPrintf(3, "checking shadow region %p-%p\n", beg, end); in CheckShadowMapping()
298 VPrintf(3, " checking pointer %p: shadow=%p meta=%p\n", p, s, m); in CheckShadowMapping()
357 VPrintf(1, "***** Running under ThreadSanitizer v2 (pid %d) *****\n", in Initialize()
446 VPrintf(1, "ThreadSanitizer: forked new process with pid %d," in ForkChildAfter()
Dtsan_suppressions.cc104 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); in IsSuppressed()
142 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); in IsSuppressed()
Dtsan_rtl_report.cc442 VPrintf(2, in HandleRacyStacks()
455 VPrintf(2, "ThreadSanitizer: suppressing report as doubled (addr)\n"); in HandleRacyStacks()
Dtsan_interceptors.cc961 VPrintf(1, "ThreadSanitizer: starting new threads after multi-threaded " in TSAN_INTERCEPTOR()
2010 VPrintf(1, "ThreadSanitizer: ignoring signal %d\n", sig); in rtl_generic_sighandler()
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc115 VPrintf(3, "Trying to poison memory region [%p, %p)\n", (void *)beg_addr, in __asan_poison_memory_region()
155 VPrintf(3, "Trying to unpoison memory region [%p, %p)\n", (void *)beg_addr, in __asan_unpoison_memory_region()
332 VPrintf(2, "contiguous_container: %p %p %p %p\n", beg_p, end_p, old_mid_p, in __sanitizer_annotate_contiguous_container()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc292 VPrintf(1, "guessed data_start=%p data_end=%p\n", g_data_start, g_data_end); in InitDataSeg()