Home
last modified time | relevance | path

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

123

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cpp47 VReport(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", block); in DTLS_Deallocate()
69 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", &dtls, num_live_dtls); in DTLS_NextBlock()
74 VReport(2, "__tls_get_addr: DTLS_Find %p %zd\n", &dtls, id); in DTLS_Find()
85 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", &dtls); in DTLS_Destroy()
120 VReport(2, "__tls_get_addr: %p {%p,%p} => %p; tls_beg: %p; sp: %p " in DTLS_on_tls_get_addr()
126 VReport(2, "__tls_get_addr: glibc <=2.18 suspected; tls={%p,%p}\n", in DTLS_on_tls_get_addr()
131 VReport(2, "__tls_get_addr: static tls: %p\n", tls_beg); in DTLS_on_tls_get_addr()
138 VReport(2, "__tls_get_addr: glibc >=2.19 suspected; tls={%p %p}\n", in DTLS_on_tls_get_addr()
141 VReport(2, "__tls_get_addr: Can't guess glibc version\n"); in DTLS_on_tls_get_addr()
152 VReport(2, "DTLS_on_libc_memalign: %p %p\n", ptr, size); in DTLS_on_libc_memalign()
Dsanitizer_symbolizer_posix_libcdep.cpp405 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseExternalSymbolizer()
408 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
412 VReport(2, "Using atos at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
419 VReport(2, "Using addr2line at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
432 VReport(2, "Using atos found at: %s\n", found_path); in ChooseExternalSymbolizer()
437 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); in ChooseExternalSymbolizer()
442 VReport(2, "Using addr2line found at: %s\n", found_path); in ChooseExternalSymbolizer()
452 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
456 VReport(2, "Cannot use internal symbolizer: out of memory\n"); in ChooseSymbolizerTools()
458 VReport(2, "Using internal symbolizer.\n"); in ChooseSymbolizerTools()
[all …]
Dsanitizer_symbolizer_win.cpp210 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", in StartSymbolizerSubprocess()
218 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", in StartSymbolizerSubprocess()
239 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); in StartSymbolizerSubprocess()
259 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", in StartSymbolizerSubprocess()
280 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
289 VReport(2, "Using llvm-symbolizer at %spath: %s\n", in ChooseSymbolizerTools()
294 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseSymbolizerTools()
296 VReport(2, "External symbolizer is not present.\n"); in ChooseSymbolizerTools()
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()
Dsanitizer_stoptheworld_linux_libcdep.cpp148 VReport(1, "Could not attach to thread %zu (errno %d).\n", (uptr)tid, in SuspendThread()
152 VReport(2, "Attached to thread %zu.\n", (uptr)tid); in SuspendThread()
170 VReport(1, "Waiting on thread %zu failed, detaching (errno %d).\n", in SuspendThread()
193 VReport(2, "Detached from thread %d.\n", tid); in ResumeAllThreads()
198 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads()
317 VReport(1, "Failed suspending threads.\n"); in TracerThread()
439 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld()
465 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", in StopTheWorld()
577 VReport(1, "Could not get regset %p from thread %d (errno %d).\n", in GetRegistersAndSP()
604 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid, in GetRegistersAndSP()
Dsanitizer_stoptheworld_mac.cpp61 VReport(1, "Failed to get threads for task (errno %d).\n", err); in RunThread()
138 VReport(1, "Error - unable to get thread ident for a thread\n"); in Append()
153 VReport(1, "Error - unable to get registers for a thread\n"); in GetRegistersAndSP()
Dsanitizer_unwind_linux_libcdep.cpp103 VReport(1, in SanitizerInitializeUnwinder()
116 VReport(1, in SanitizerInitializeUnwinder()
Dsanitizer_libignore.cpp75 VReport(1, in OnLibraryLoaded()
108 VReport(1, "Adding instrumented range %p-%p from library '%s'\n", in OnLibraryLoaded()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc416 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseExternalSymbolizer()
419 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
423 VReport(2, "Using atos at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
430 VReport(2, "Using addr2line at user-specified path: %s\n", path); in ChooseExternalSymbolizer()
442 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); in ChooseExternalSymbolizer()
447 VReport(2, "Using atos found at: %s\n", found_path); in ChooseExternalSymbolizer()
453 VReport(2, "Using addr2line found at: %s\n", found_path); in ChooseExternalSymbolizer()
463 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
467 VReport(2, "Using internal symbolizer.\n"); in ChooseSymbolizerTools()
472 VReport(2, "Using libbacktrace symbolizer.\n"); in ChooseSymbolizerTools()
[all …]
Dsanitizer_symbolizer_win.cc180 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", in StartSymbolizerSubprocess()
188 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", in StartSymbolizerSubprocess()
209 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); in StartSymbolizerSubprocess()
229 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", in StartSymbolizerSubprocess()
250 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools()
259 VReport(2, "Using llvm-symbolizer at %spath: %s\n", in ChooseSymbolizerTools()
264 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseSymbolizerTools()
266 VReport(2, "External symbolizer is not present.\n"); in ChooseSymbolizerTools()
Dsanitizer_stoptheworld_linux_libcdep.cc130 VReport(1, "Could not attach to thread %d (errno %d).\n", tid, pterrno); in SuspendThread()
133 VReport(2, "Attached to thread %d.\n", tid); in SuspendThread()
151 VReport(1, "Waiting on thread %d failed, detaching (errno %d).\n", in SuspendThread()
174 VReport(2, "Detached from thread %d.\n", tid); in ResumeAllThreads()
179 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads()
294 VReport(1, "Failed suspending threads.\n"); in TracerThread()
416 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld()
444 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", in StopTheWorld()
512 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid, in GetRegistersAndSP()
Dsanitizer_unwind_linux_libcdep.cc58 VReport(1, in SanitizerInitializeUnwinder()
71 VReport(1, in SanitizerInitializeUnwinder()
Dsanitizer_posix_libcdep.cc186 VReport(1, "Installed the sigaction for signal %d\n", signum); in MaybeInstallSigaction()
389 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in IsProcessRunning()
400 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in WaitForProcess()
/external/compiler-rt/lib/cfi/
Dcfi.cc127 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize()); in Start()
198 VReport(1, "Can not handle: symtab > strtab (%p > %zx)\n", symtab, strtab); in find_cfi_check_in_dso()
217 VReport(1, "Can not handle: symtab %p, strtab %zx\n", symtab, strtab); in find_cfi_check_in_dso()
236 VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check); in dl_iterate_phdr_cb()
251 VReport(1, " %zx .. %zx\n", cur_beg, cur_end); in dl_iterate_phdr_cb()
276 VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, GetShadowSize()); in InitShadow()
303 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon()
306 VReport(1, "CFI: invalid memory region for a check target: %p\n", Ptr); in CfiSlowPathCommon()
317 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr); in CfiSlowPathCommon()
321 VReport(2, "__cfi_check at %p\n", cfi_check); in CfiSlowPathCommon()
/external/llvm-project/compiler-rt/lib/cfi/
Dcfi.cpp146 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize()); in Start()
233 VReport(1, "Can not handle: symtab > strtab (%p > %zx)\n", symtab, strtab); in find_cfi_check_in_dso()
253 VReport(1, "Can not handle: symtab %p, strtab %zx\n", symtab, strtab); in find_cfi_check_in_dso()
277 VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check); in dl_iterate_phdr_cb()
292 VReport(1, " %zx .. %zx\n", cur_beg, cur_end); in dl_iterate_phdr_cb()
317 VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, GetShadowSize()); in InitShadow()
344 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon()
347 VReport(1, "CFI: invalid memory region for a check target: %p\n", Ptr); in CfiSlowPathCommon()
358 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr); in CfiSlowPathCommon()
362 VReport(2, "__cfi_check at %p\n", cfi_check); in CfiSlowPathCommon()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp91 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor()
98 VReport(1, "T%d exited\n", tid); in Destroy()
132 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init()
201 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(), in SetCurrentThread()
Dmemprof_interceptors.h46 VReport(1, "MemProfiler: failed to intercept '%s'\n'", #name); \
51 VReport(1, "MemProfiler: failed to intercept '%s@@%s'\n", #name, #ver); \
/external/compiler-rt/lib/asan/
Dasan_thread.cc100 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor()
107 VReport(1, "T%d exited\n", tid); in Destroy()
228 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init()
360 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(), in SetCurrentThread()
443 VReport(1, "__asan_start_switch_fiber called from unknown thread\n"); in __sanitizer_start_switch_fiber()
453 VReport(1, "__asan_finish_switch_fiber called from unknown thread\n"); in __sanitizer_finish_switch_fiber()
Dasan_interceptors.h97 VReport(1, "AddressSanitizer: failed to intercept '" #name "'\n"); \ in DECLARE_REAL()
102 VReport( \
Dasan_activation.cc94 VReport(1, "Deactivating ASan\n"); in AsanDeactivate()
121 VReport(1, "Activating ASan\n"); in AsanActivate()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp94 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor()
101 VReport(1, "T%d exited\n", tid); in Destroy()
246 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init()
442 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(), in SetCurrentThread()
532 VReport(1, "__asan_start_switch_fiber called from unknown thread\n"); in __sanitizer_start_switch_fiber()
544 VReport(1, "__asan_finish_switch_fiber called from unknown thread\n"); in __sanitizer_finish_switch_fiber()
Dasan_interceptors.h140 VReport(1, "AddressSanitizer: failed to intercept '%s'\n", #name); \
145 VReport(1, "AddressSanitizer: failed to intercept '%s@@%s'\n", #name, \
Dasan_activation.cpp98 VReport(1, "Deactivating ASan\n"); in AsanDeactivate()
126 VReport(1, "Activating ASan\n"); in AsanActivate()
/external/llvm-project/compiler-rt/lib/lsan/
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()
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc47 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". " in InitializePlatformSpecificModules()
54 VReport(1, "LeakSanitizer: Dynamic linker not found. " in InitializePlatformSpecificModules()

123