Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp41 VReport(2, "__tls_get_addr: DTLS_Deallocate %p\n", (void *)block); in DTLS_Deallocate()
63 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", (void *)&dtls, in DTLS_NextBlock()
69 VReport(2, "__tls_get_addr: DTLS_Find %p %zd\n", (void *)&dtls, id); in DTLS_Find()
80 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", (void *)&dtls); in DTLS_Destroy()
123 VReport(2, in DTLS_on_tls_get_addr()
131 VReport(2, "__tls_get_addr: glibc <=2.24 suspected; tls={%p,0x%zx}\n", in DTLS_on_tls_get_addr()
136 VReport(2, "__tls_get_addr: static tls: %p\n", (void *)tls_beg); in DTLS_on_tls_get_addr()
142 VReport(2, "__tls_get_addr: glibc >=2.25 suspected; tls={%p,0x%zx}\n", in DTLS_on_tls_get_addr()
145 VReport(2, "__tls_get_addr: Can't guess glibc version\n"); in DTLS_on_tls_get_addr()
156 VReport(2, "DTLS_on_libc_memalign: %p 0x%zx\n", ptr, size); in DTLS_on_libc_memalign()
H A Dsanitizer_symbolizer_posix_libcdep.cpp421 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseExternalSymbolizer()
425 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
429 VReport(2, "Using atos at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
436 VReport(2, "Using addr2line at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
449 VReport(2, "Using atos found at: %s\n", found_path); in ChooseExternalSymbolizer()
454 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); in ChooseExternalSymbolizer()
459 VReport(2, "Using addr2line found at: %s\n", found_path); in ChooseExternalSymbolizer()
469 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
473 VReport(2, "Using symbolizer markup"); in ChooseSymbolizerTools()
479 VReport( in ChooseSymbolizerTools()
[all...]
H A Dsanitizer_symbolizer_win.cpp209 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", in StartSymbolizerSubprocess()
217 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", in StartSymbolizerSubprocess()
236 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); in StartSymbolizerSubprocess()
256 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", in StartSymbolizerSubprocess()
277 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
294 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseSymbolizerTools()
296 VReport(2, "Using llvm-symbolizer at %spath: %s\n", in ChooseSymbolizerTools()
301 VReport(2, "External symbolizer is not present.\n"); in ChooseSymbolizerTools()
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp99 VReport(2, "Detached from process %d.\n", pid_); in ResumeAllThreads()
101 VReport(1, "Could not detach from process %d (errno %d).\n", pid_, pterrno); in ResumeAllThreads()
121 VReport(2, "Attached to process %d.\n", pid_); in SuspendAllThreads()
137 VReport(2, "Appended thread %d in process %d.\n", pl.pl_lwpid, pid_); in SuspendAllThreads()
218 VReport(1, "Failed suspending threads.\n"); in TracerThread()
293 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld()
309 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", in StopTheWorld()
346 VReport(1, in GetRegistersAndSP()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp149 VReport(1, "Could not attach to thread %zu (errno %d).\n", (uptr)tid, in SuspendThread()
153 VReport(2, "Attached to thread %zu.\n", (uptr)tid); in SuspendThread()
171 VReport(1, "Waiting on thread %zu failed, detaching (errno %d).\n", in SuspendThread()
194 VReport(2, "Detached from thread %d.\n", tid); in ResumeAllThreads()
199 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads()
318 VReport(1, "Failed suspending threads.\n"); in TracerThread()
440 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld()
466 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", in StopTheWorld()
584 VReport(1, "Could not get regset %p from thread %d (errno %d).\n", in GetRegistersAndSP()
611 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid, in GetRegistersAndSP()
H A Dsanitizer_stoptheworld_mac.cpp61 VReport(1, "Failed to get threads for task (errno %d).\n", err); in RunThread()
141 VReport(1, "Error - unable to get thread ident for a thread\n"); in Append()
156 VReport(1, "Error - unable to get registers for a thread\n"); in GetRegistersAndSP()
H A Dsanitizer_unwind_linux_libcdep.cpp103 VReport(1, in SanitizerInitializeUnwinder()
116 VReport(1, in SanitizerInitializeUnwinder()
H A Dsanitizer_libignore.cpp75 VReport(1, in OnLibraryLoaded()
108 VReport(1, "Adding instrumented range %p-%p from library '%s'\n", in OnLibraryLoaded()
H A Dsanitizer_posix_libcdep.cpp225 VReport(1, "Installed the sigaction for signal %d\n", signum); in MaybeInstallSigaction()
501 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in IsProcessRunning()
512 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in WaitForProcess()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp150 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize()); in AddUnchecked()
237 VReport(1, "Can not handle: symtab > strtab (%zx > %zx)\n", symtab, strtab); in find_cfi_check_in_dso()
257 VReport(1, "Can not handle: symtab %zx, strtab %zx\n", symtab, strtab); in find_cfi_check_in_dso()
281 VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check); in dl_iterate_phdr_cb()
296 VReport(1, " %zx .. %zx\n", cur_beg, cur_end); in dl_iterate_phdr_cb()
321 VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, GetShadowSize());
348 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon()
351 VReport(1, "CFI: invalid memory region for a check target: %p\n", Ptr); in CfiSlowPathCommon()
362 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr); in CfiSlowPathCommon()
366 VReport(
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.h46 VReport(1, "MemProfiler: failed to intercept '%s'\n'", #name); \
51 VReport(1, "MemProfiler: failed to intercept '%s@@%s'\n", #name, ver); \
56 VReport(1, "MemProfiler: failed to intercept '%s@@%s' or '%s'\n", #name, \
H A Dmemprof_thread.cpp90 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor()
97 VReport(1, "T%d exited\n", tid); in Destroy()
131 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init()
200 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(), in SetCurrentThread()
H A Dmemprof_rtl.cpp227 VReport(1, "MemProfiler Init done\n"); in MemprofInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp121 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor()
128 VReport(1, "T%d exited\n", tid); in Destroy()
278 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init()
449 VReport(2, "SetCurrentThread: %p for thread %p\n", (void *)t->context(), in SetCurrentThread()
575 VReport(1, "__asan_start_switch_fiber called from unknown thread\n"); in __sanitizer_start_switch_fiber()
586 VReport(1, "__asan_finish_switch_fiber called from unknown thread\n"); in __sanitizer_finish_switch_fiber()
H A Dasan_activation.cpp98 VReport(1, "Deactivating ASan\n"); in AsanDeactivate()
126 VReport(1, "Activating ASan\n"); in AsanActivate()
H A Dasan_linux.cpp117 VReport(2, "info->dlpi_name = %s\tinfo->dlpi_addr = %p\n", info->dlpi_name, in FindFirstDSOCallback()
H A Dasan_rtl.cpp409 VReport(1, "AddressSanitizer init is being performed for dlopen().\n"); in AsanInitInternal()
512 VReport(1, "AddressSanitizer Init done\n"); in AsanInitInternal()
H A Dasan_mac.cpp169 VReport(2, in asan_dispatch_call_block_and_release()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp64 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". " in InitializePlatformSpecificModules()
73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other " in InitializePlatformSpecificModules()
H A Dlsan_common.cpp766 VReport(1, "LeakSanitizer is disabled"); in CheckForLeaks()
769 VReport(1, "LeakSanitizer: checking for leaks"); in CheckForLeaks()
811 VReport(1, "Rerun with %zu suppressed stacks.", in CheckForLeaks()
1015 VReport(1, "__lsan_ignore_object(): no heap object found at %p\n", p); in __lsan_ignore_object()
1017 VReport(1, in __lsan_ignore_object()
1022 VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p); in __lsan_ignore_object()
1029 VReport(1, "Registered root region at %p of size %zu\n", begin, size); in __lsan_register_root_region()
1045 VReport(1, "Unregistered root region at %p of size %zu\n", begin, size); in __lsan_unregister_root_region()
H A Dlsan_mac.cpp80 VReport(2, in lsan_dispatch_call_block_and_release()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp54 VReport(1, "HWAddressSanitizer: failed to intercept '%s'\n", #name); \
59 VReport(1, "HWAddressSanitizer: failed to intercept '%s@@%s'\n", \
65 VReport( \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp228 VReport(1, in ReExecIfNeeded()
258 VReport(1, in ReExecIfNeeded()
285 VReport(1, in ReExecIfNeeded()
H A Dtsan_rtl.cpp480 VReport(1, "ThreadSanitizer: periodic memory flush\n"); in BackgroundThread()
488 VReport(1, in BackgroundThread()
493 VReport(1, "ThreadSanitizer: flushing memory due to RSS\n"); in BackgroundThread()
497 VReport(1, "ThreadSanitizer: memory flushed RSS=%llu\n", in BackgroundThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp708 VReport(1, "__msan_start_switch_fiber called from unknown thread\n"); in __msan_start_switch_fiber()
717 VReport(1, "__msan_finish_switch_fiber called from unknown thread\n"); in __msan_finish_switch_fiber()

12