/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cpp | 149 VPrintf(2, "#%llu: DD::MutexInit(%p)\n", cb->lt->ctx, m); in MutexInit() 183 VPrintf(3, "#%llu: DD::allocateId assign id %d\n", cb->lt->ctx, id); in allocateId() 188 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n", in MutexBeforeLock() 195 VPrintf(3, "#%llu: DD::MutexBeforeLock recursive\n", in MutexBeforeLock() 211 VPrintf(3, "#%llu: DD::MutexBeforeLock first mutex\n", in MutexBeforeLock() 237 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n", in MutexBeforeLock() 252 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n", in MutexBeforeLock() 258 VPrintf(3, "#%llu: DD::MutexBeforeLock don't check\n", in MutexBeforeLock() 268 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n", in MutexAfterLock() 274 VPrintf(3, "#%llu: DD::MutexAfterLock recursive\n", cb->lt->ctx); in MutexAfterLock() [all …]
|
H A D | sanitizer_stackdepot.cpp | 86 VPrintf(1, "%s: StackDepot released %zu KiB out of %zu KiB in %llu ms\n", in CompressStackStore() 152 VPrintf(1, "%s: StackDepot compression thread started\n", SanitizerToolName); in Run() 154 VPrintf(1, "%s: StackDepot compression thread stopped\n", SanitizerToolName); in Run()
|
H A D | sanitizer_common_libcdep.cpp | 28 VPrintf(1, "%s: Started BackgroundThread\n", SanitizerToolName); in BackgroundThread() 91 VPrintf(1, "%s: internal_pthread_create undefined\n", SanitizerToolName); in MaybeStartBackgroudThread()
|
H A D | sanitizer_stoptheworld_win.cpp | 128 VPrintf(1, "Could not suspend thread %lu (error %lu)", in RunThread()
|
H A D | sanitizer_stack_store.cpp | 346 VPrintf(1, "Packed block of %zu KiB to %zu KiB\n", kBlockSizeBytes >> 10, in Pack() 350 VPrintf(1, "Undo and keep block unpacked\n"); in Pack()
|
H A D | sanitizer_suppressions.cpp | 76 VPrintf(1, "%s: reading suppressions file at %s\n", in ParseFromFile()
|
H A D | sanitizer_flag_parser.cpp | 130 VPrintf(1, "%s: %s\n", env_name, env ? env : "<empty>"); in ParseStringFromEnv()
|
H A D | sanitizer_posix_libcdep.cpp | 430 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize, in AdjustStackSize()
|
H A D | sanitizer_common.h | 246 #define VPrintf(level, ...) \ macro
|
H A D | sanitizer_common_interceptors.inc | 1841 VPrintf(2, "Decoding unknown ioctl 0x%lx\n", request); 6335 VPrintf(1, "dlopen interceptor: filename: %s\n", filename); 6338 VPrintf(1, "dlopen interceptor: DladdrSelfFName: %p %s\n", 6344 VPrintf(1, "dlopen interceptor: replacing %s because it matches %s\n", 6424 VPrintf(1, "%s ignores mlock/mlockall/munlock/munlockall\n",
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 445 VPrintf(V, "MERGE-OUTER: non-empty control file provided: '%s'\n", in CrashResistantMerge() 450 VPrintf(V, "MERGE-OUTER: control file ok, %zd files total," in CrashResistantMerge() 454 VPrintf(V, "MERGE-OUTER: '%s' will be skipped as unlucky " in CrashResistantMerge() 460 VPrintf( in CrashResistantMerge() 468 VPrintf( in CrashResistantMerge() 478 VPrintf(V, "MERGE-OUTER: bad control file, will overwrite it\n"); in CrashResistantMerge() 484 VPrintf(V, "MERGE-OUTER: " in CrashResistantMerge() 500 VPrintf(V, "MERGE-OUTER: attempt %zd\n", Attempt); in CrashResistantMerge() 512 VPrintf(V, "MERGE-OUTER: successful in %zd attempt(s)\n", Attempt); in CrashResistantMerge() 520 VPrintf(V, "MERGE-OUTER: the control file has %zd bytes\n", in CrashResistantMerge() [all …]
|
H A D | FuzzerIO.h | 63 void VPrintf(bool Verbose, const char *Fmt, ...);
|
H A D | FuzzerIO.cpp | 167 void VPrintf(bool Verbose, const char *Fmt, ...) { in VPrintf() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_linux.cpp | 45 VPrintf(1, "%s : %p-%p\n", descr, (void *)beg, (void *)end); in ReportMapRange() 117 VPrintf(1, "__msan_init %p\n", reinterpret_cast<void *>(&__msan_init)); in InitShadow() 119 VPrintf(1, "%s: %zx - %zx\n", kMemoryLayout[i].name, kMemoryLayout[i].start, in InitShadow()
|
H A D | msan.cpp | 469 VPrintf(1, "Unlimited stack, doing reexec\n"); in __msan_init() 478 VPrintf(1, "msan_track_origins\n"); in __msan_init() 506 VPrintf(1, "MemorySanitizer init done\n"); in __msan_init()
|
H A D | msan_report.cpp | 57 VPrintf(1, " raw origin id: %d\n", id); in DescribeOrigin()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_suppressions.cpp | 101 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); in IsSuppressed() 139 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); in IsSuppressed()
|
H A D | tsan_rtl.cpp | 207 VPrintf(2, "shadow_begin-shadow_end: (0x%zx-0x%zx)\n", in DoResetImpl() 597 VPrintf(2, "MapShadow for (0x%zx-0x%zx), begin/end: (0x%zx-0x%zx)\n", in MapShadow() 605 VPrintf(2, "ctx->mapped_shadow_{begin,end} = (0x%zx-0x%zx)\n", in MapShadow() 614 VPrintf(2, "MapShadow begin/end = (0x%zx-0x%zx)\n", in MapShadow() 648 VPrintf(2, "mapped meta shadow for (0x%zx-0x%zx) at (0x%zx-0x%zx)\n", addr, in MapShadow() 726 VPrintf(1, "***** Running under ThreadSanitizer v3 (pid %d) *****\n", in Initialize() 857 VPrintf(1, in ForkChildAfter()
|
H A D | tsan_dense_alloc.h | 178 VPrintf(2, "ThreadSanitizer: growing %s: %zu out of %zu*%zu\n", name_, in AllocSuperBlock()
|
H A D | tsan_rtl_report.cpp | 606 VPrintf(2, "ThreadSanitizer: suppressing report as doubled (stack)\n"); in FindRacyStacks()
|
H A D | tsan_interceptors_posix.cpp | 1033 VPrintf(1, in TSAN_INTERCEPTOR() 2183 VPrintf(1, "ThreadSanitizer: ignoring signal %d\n", sig); in sighandler()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 288 VPrintf(1, "guessed data_start=0x%zx data_end=0x%zx\n", g_data_start, in InitDataSeg()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan.cpp | 1172 VPrintf(1, "dfsan_init %p\n", (void *)&__dfsan::dfsan_init); in InitShadow() 1174 VPrintf(1, "%s: %zx - %zx\n", kMemoryLayout[i].name, kMemoryLayout[i].start, in InitShadow()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan.cpp | 411 VPrintf(1, "HWAddressSanitizer init done\n"); in __hwasan_init()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 2905 def VPrintf : LibBuiltin<"stdio.h"> {
|