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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp149 VPrintf(2, "#%llu: DD::MutexInit(%p)\n", cb->lt->ctx, m);
183 VPrintf(3, "#%llu: DD::allocateId assign id %d\n", cb->lt->ctx, id);
188 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
195 VPrintf(3, "#%llu: DD::MutexBeforeLock recursive\n",
211 VPrintf(3, "#%llu: DD::MutexBeforeLock first mutex\n",
237 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
252 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
258 VPrintf(3, "#%llu: DD::MutexBeforeLock don't check\n",
268 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n",
274 VPrintf(
[all...]
H A Dsanitizer_common_libcdep.cpp28 VPrintf(1, "%s: Started BackgroundThread\n", SanitizerToolName);
91 VPrintf(1, "%s: real_pthread_create undefined\n", SanitizerToolName);
H A Dsanitizer_stackdepot.cpp86 VPrintf(1, "%s: StackDepot released %zu KiB out of %zu KiB in %llu ms\n",
152 VPrintf(1, "%s: StackDepot compression thread started\n", SanitizerToolName);
154 VPrintf(1, "%s: StackDepot compression thread stopped\n", SanitizerToolName);
H A Dsanitizer_stoptheworld_win.cpp128 VPrintf(1, "Could not suspend thread %lu (error %lu)",
H A Dsanitizer_suppressions.cpp76 VPrintf(1, "%s: reading suppressions file at %s\n",
H A Dsanitizer_stack_store.cpp346 VPrintf(1, "Packed block of %zu KiB to %zu KiB\n", kBlockSizeBytes >> 10,
350 VPrintf(1, "Undo and keep block unpacked\n");
H A Dsanitizer_posix_libcdep.cpp409 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize,
H A Dsanitizer_common.h247 #define VPrintf(level, ...) \ macro
H A Dsanitizer_common_interceptors.inc1833 VPrintf(2, "Decoding unknown ioctl 0x%lx\n", request);
6324 VPrintf(1, "dlopen interceptor: filename: %s\n", filename);
6327 VPrintf(1, "dlopen interceptor: DladdrSelfFName: %p %s\n",
6333 VPrintf(1, "dlopen interceptor: replacing %s because it matches %s\n",
6413 VPrintf(1, "%s ignores mlock/mlockall/munlock/munlockall\n",
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp445 VPrintf(V, "MERGE-OUTER: non-empty control file provided: '%s'\n",
450 VPrintf(V, "MERGE-OUTER: control file ok, %zd files total,"
454 VPrintf(V, "MERGE-OUTER: '%s' will be skipped as unlucky "
460 VPrintf(
468 VPrintf(
478 VPrintf(V, "MERGE-OUTER: bad control file, will overwrite it\n");
484 VPrintf(V, "MERGE-OUTER: "
500 VPrintf(V, "MERGE-OUTER: attempt %zd\n", Attempt);
512 VPrintf(V, "MERGE-OUTER: successful in %zd attempt(s)\n", Attempt);
520 VPrintf(
[all...]
H A DFuzzerIO.h63 void VPrintf(bool Verbose, const char *Fmt, ...);
H A DFuzzerIO.cpp167 void VPrintf(bool Verbose, const char *Fmt, ...) { function in namespace:fuzzer
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp101 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
139 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
H A Dtsan_rtl.cpp206 VPrintf(2, "shadow_begin-shadow_end: (0x%zx-0x%zx)\n",
596 VPrintf(2, "MapShadow for (0x%zx-0x%zx), begin/end: (0x%zx-0x%zx)\n",
604 VPrintf(2, "ctx->mapped_shadow_{begin,end} = (0x%zx-0x%zx)\n",
613 VPrintf(2, "MapShadow begin/end = (0x%zx-0x%zx)\n",
647 VPrintf(2, "mapped meta shadow for (0x%zx-0x%zx) at (0x%zx-0x%zx)\n", addr,
725 VPrintf(1, "***** Running under ThreadSanitizer v3 (pid %d) *****\n",
853 VPrintf(1,
H A Dtsan_dense_alloc.h178 VPrintf(2, "ThreadSanitizer: growing %s: %zu out of %zu*%zu\n", name_,
H A Dtsan_rtl_report.cpp606 VPrintf(2, "ThreadSanitizer: suppressing report as doubled (stack)\n");
H A Dtsan_interceptors_posix.cpp1033 VPrintf(1,
2172 VPrintf(1, "ThreadSanitizer: ignoring signal %d\n", sig);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp45 VPrintf(1, "%s : 0x%zx - 0x%zx\n", descr, beg, end);
116 VPrintf(1, "__msan_init %p\n", reinterpret_cast<void *>(&__msan_init));
118 VPrintf(1, "%s: %zx - %zx\n", kMemoryLayout[i].name, kMemoryLayout[i].start,
H A Dmsan.cpp460 VPrintf(1, "Unlimited stack, doing reexec\n");
469 VPrintf(1, "msan_track_origins\n");
497 VPrintf(1, "MemorySanitizer init done\n");
H A Dmsan_report.cpp57 VPrintf(1, " raw origin id: %d\n", id);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp486 VPrintf(2, "Failed to override function %s\n", fname);
531 VPrintf(2, "Failed to intercept ucrtbase.dll import %s\n", #func); \
H A Dasan_poisoning.cpp107 VPrintf(3, "Trying to poison memory region [%p, %p)\n", (void *)beg_addr,
147 VPrintf(3, "Trying to unpoison memory region [%p, %p)\n", (void *)beg_addr,
413 VPrintf(2, "contiguous_container: %p %p %p %p\n", beg_p, end_p, old_mid_p,
482 VPrintf(2, "contiguous_container: %p %p %p %p %p %p\n", storage_beg_p,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp288 VPrintf(1, "guessed data_start=0x%zx data_end=0x%zx\n", g_data_start,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1168 VPrintf(1, "dfsan_init %p\n", (void *)&__dfsan::dfsan_init);
1170 VPrintf(1, "%s: %zx - %zx\n", kMemoryLayout[i].name, kMemoryLayout[i].start,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp411 VPrintf(1, "HWAddressSanitizer init done\n");

Completed in 421 milliseconds