HomeSort by relevance Sort by last modified time
    Searched refs:VReport (Results 1 - 19 of 19) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 367 VReport(2, "External symbolizer is explicitly disabled.\n");
370 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path);
374 VReport(2, "Using atos at user-specified path: %s\n", path);
381 VReport(2, "Using addr2line at user-specified path: %s\n", path);
393 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path);
398 VReport(2, "Using atos found at: %s\n", found_path);
404 VReport(2, "Using addr2line found at: %s\n", found_path);
414 VReport(2, "Symbolizer is disabled.\n");
418 VReport(2, "Using internal symbolizer.\n");
423 VReport(2, "Using libbacktrace symbolizer.\n")
    [all...]
sanitizer_stoptheworld_linux_libcdep.cc 119 VReport(1, "Could not attach to thread %d (errno %d).\n", tid, pterrno);
122 VReport(2, "Attached to thread %d.\n", tid);
140 VReport(1, "Waiting on thread %d failed, detaching (errno %d).\n",
162 VReport(2, "Detached from thread %d.\n", tid);
167 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
290 VReport(1, "Failed suspending threads.\n");
412 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno);
440 VReport(1, "Waiting on the tracer thread failed (errno %d).\n",
484 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid,
sanitizer_unwind_posix_libcdep.cc 53 VReport(1,
66 VReport(1,
sanitizer_libignore.cc 74 VReport(1,
sanitizer_coverage_libcdep.cc 625 VReport(1, " CovDump: Trace: %zd PCs written\n", size());
626 VReport(1, " CovDump: Trace: %zd Events written\n", max_idx);
666 VReport(1, " CovDump: %zd caller-callee pairs written\n", total);
701 VReport(1, " CovDump: %zd counters written for '%s'\n", r.end - r.beg,
728 VReport(1,
775 VReport(1, " CovDump: %zd PCs written to packed file\n", num_offsets);
783 VReport(1, " CovDump: %s: %zd PCs written\n", path.data(), num_offsets);
sanitizer_posix_libcdep.cc 171 VReport(1, "Installed the sigaction for signal %d\n", signum);
sanitizer_common.h 156 #define VReport(level, ...) \
  /external/compiler-rt/lib/asan/
asan_activation.cc 98 VReport(1, "Deactivating ASan\n");
125 VReport(1, "Activating ASan\n");
asan_interceptors.h 99 VReport(1, "AddressSanitizer: failed to intercept '" #name "'\n"); \
asan_mac.cc 137 VReport(1, "exec()-ing the program with\n");
138 VReport(1, "%s=%s\n", kDyldInsertLibraries, new_env);
139 VReport(1, "to enable ASan wrappers.\n");
289 VReport(2,
asan_thread.cc 100 VReport(1, "T%d TSDDtor\n", context->tid);
107 VReport(1, "T%d exited\n", tid);
161 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
287 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
asan_poisoning.cc 318 VReport(1, "poisoning: %p %zx\n", (void *)addr, size);
323 VReport(1, "unpoisoning: %p %zx\n", (void *)addr, size);
asan_fake_stack.cc 53 VReport(1, "T%d: FakeStack created: %p -- %p stack_size_log: %zd; "
asan_rtl.cc 506 VReport(1, "AddressSanitizer Init done\n");
asan_interceptors.cc 838 VReport(1, "AddressSanitizer: libc interceptors initialized\n");
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 47 VReport(1, "LeakSanitizer: Dynamic linker not found. "
50 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". "
lsan_common.cc 606 VReport(1, "__lsan_ignore_object(): no heap object found at %p", p);
608 VReport(1, "__lsan_ignore_object(): "
611 VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p);
622 VReport(1, "Registered root region at %p of size %llu\n", begin, size);
639 VReport(1, "Unregistered root region at %p of size %llu\n", begin, size);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 330 VReport(1, "Program is run with unlimited stack size, which wouldn't "
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]

Completed in 254 milliseconds