Home
last modified time | relevance | path

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

/freebsd/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); 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 Dsanitizer_stackdepot.cpp86 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 Dsanitizer_common_libcdep.cpp28 VPrintf(1, "%s: Started BackgroundThread\n", SanitizerToolName); in BackgroundThread()
91 VPrintf(1, "%s: internal_pthread_create undefined\n", SanitizerToolName); in MaybeStartBackgroudThread()
H A Dsanitizer_stoptheworld_win.cpp128 VPrintf(1, "Could not suspend thread %lu (error %lu)", in RunThread()
H A Dsanitizer_stack_store.cpp346 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 Dsanitizer_suppressions.cpp76 VPrintf(1, "%s: reading suppressions file at %s\n", in ParseFromFile()
H A Dsanitizer_flag_parser.cpp130 VPrintf(1, "%s: %s\n", env_name, env ? env : "<empty>"); in ParseStringFromEnv()
H A Dsanitizer_posix_libcdep.cpp430 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize, in AdjustStackSize()
H A Dsanitizer_common.h246 #define VPrintf(level, ...) \ macro
H A Dsanitizer_common_interceptors.inc1841 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 DFuzzerMerge.cpp445 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 DFuzzerIO.h63 void VPrintf(bool Verbose, const char *Fmt, ...);
H A DFuzzerIO.cpp167 void VPrintf(bool Verbose, const char *Fmt, ...) { in VPrintf() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp45 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 Dmsan.cpp469 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 Dmsan_report.cpp57 VPrintf(1, " raw origin id: %d\n", id); in DescribeOrigin()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp101 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 Dtsan_rtl.cpp207 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 Dtsan_dense_alloc.h178 VPrintf(2, "ThreadSanitizer: growing %s: %zu out of %zu*%zu\n", name_, in AllocSuperBlock()
H A Dtsan_rtl_report.cpp606 VPrintf(2, "ThreadSanitizer: suppressing report as doubled (stack)\n"); in FindRacyStacks()
H A Dtsan_interceptors_posix.cpp1033 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 Ddd_interceptors.cpp288 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 Ddfsan.cpp1172 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 Dhwasan.cpp411 VPrintf(1, "HWAddressSanitizer init done\n"); in __hwasan_init()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td2905 def VPrintf : LibBuiltin<"stdio.h"> {