.. |
Makefile.mk
|
[ASan] Delete the code related to static runtime on OS X.
|
2013-02-05 15:57:12 +00:00 |
Makefile.old
|
tsan: add test for second_deadlock_stack flag
|
2014-03-19 15:00:38 +00:00 |
tsan.syms.extra
|
[TSan] Add ValgrindSlowdown to the list of exported symbols
|
2013-10-04 13:12:05 +00:00 |
tsan_clock.cc
|
tsan: more precise handling of finalizers
|
2012-11-07 15:08:20 +00:00 |
tsan_clock.h
|
tsan: more precise handling of finalizers
|
2012-11-07 15:08:20 +00:00 |
tsan_defs.h
|
tsan: better diagnostics if thread finishes with ignores enabled
|
2013-11-27 11:30:28 +00:00 |
tsan_fd.cc
|
tsan: deobfuscate global ctx variable
|
2014-03-20 10:36:20 +00:00 |
tsan_fd.h
|
tsan: detect races on fd passed to epoll_ctl
|
2013-01-09 17:31:27 +00:00 |
tsan_flags.cc
|
[libsanitizer] Introduce flag descriptions.
|
2014-03-20 12:52:52 +00:00 |
tsan_flags.h
|
tsan: deadlock detector: add deadlock detector flags
|
2014-03-18 13:13:47 +00:00 |
tsan_ignoreset.cc
|
tsan: better diagnostics if thread finishes with ignores enabled
|
2013-11-27 11:30:28 +00:00 |
tsan_ignoreset.h
|
tsan: better diagnostics if thread finishes with ignores enabled
|
2013-11-27 11:30:28 +00:00 |
tsan_interceptors.cc
|
tsan: deobfuscate global ctx variable
|
2014-03-20 10:36:20 +00:00 |
tsan_interface.cc
|
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used
|
2013-08-13 11:42:45 +00:00 |
tsan_interface.h
|
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used
|
2013-08-13 11:42:45 +00:00 |
tsan_interface_ann.cc
|
tsan: deobfuscate global ctx variable
|
2014-03-20 10:36:20 +00:00 |
tsan_interface_ann.h
|
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used
|
2013-08-13 11:42:45 +00:00 |
tsan_interface_atomic.cc
|
tsan: use read lock instead of write in atomic operations when possible
|
2014-03-24 18:51:13 +00:00 |
tsan_interface_inl.h
|
tsan: better reporting for races on vptr
|
2013-03-21 15:37:39 +00:00 |
tsan_interface_java.cc
|
tsan: deobfuscate global ctx variable
|
2014-03-20 10:36:20 +00:00 |
tsan_interface_java.h
|
tsan: ignore interceptors coming from specified libraries
|
2013-10-03 13:37:17 +00:00 |
tsan_md5.cc
|
[Sanitizer] update style checker script and fix namespace style warnings
|
2013-01-30 07:45:58 +00:00 |
tsan_mman.cc
|
tsan: deobfuscate global ctx variable
|
2014-03-20 10:36:20 +00:00 |
tsan_mman.h
|
tsan: intercept setjmp/longjmp
|
2013-03-25 10:10:44 +00:00 |
tsan_mutex.cc
|
tsan: fix internal deadlock detector for external deadlock detector
|
2014-02-27 09:02:58 +00:00 |
tsan_mutex.h
|
tsan: fix internal deadlock detector for external deadlock detector
|
2014-02-27 09:02:58 +00:00 |
tsan_mutexset.cc
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_mutexset.h
|
tsan: remove in_rtl counter
|
2013-12-24 12:55:56 +00:00 |
tsan_platform.h
|
tsan: ensure proper alignment of mmaps on windows
|
2014-02-05 11:37:20 +00:00 |
tsan_platform_linux.cc
|
[TSan] Hide message about re-execing under verbosity flag
|
2014-03-13 13:14:19 +00:00 |
tsan_platform_mac.cc
|
tsan: fix darwin Go build
|
2014-02-04 11:29:09 +00:00 |
tsan_platform_windows.cc
|
tsan: fix windows build
|
2014-02-04 17:29:44 +00:00 |
tsan_report.cc
|
[sanitizer] print threads in deadlock report
|
2014-03-21 13:00:18 +00:00 |
tsan_report.h
|
[sanitizer] print threads in deadlock report
|
2014-03-21 13:00:18 +00:00 |
tsan_rtl.cc
|
tsan: deobfuscate global ctx variable
|
2014-03-20 10:36:20 +00:00 |
tsan_rtl.h
|
[sanitizer] print threads in deadlock report
|
2014-03-21 13:00:18 +00:00 |
tsan_rtl_amd64.S
|
Revert r196490 and fix include paths in makefile-based build
|
2013-12-05 10:40:11 +00:00 |
tsan_rtl_mutex.cc
|
[sanitizer] print threads in deadlock report
|
2014-03-21 13:00:18 +00:00 |
tsan_rtl_report.cc
|
[sanitizer] print threads in deadlock report
|
2014-03-21 13:00:18 +00:00 |
tsan_rtl_thread.cc
|
tsan: deobfuscate global ctx variable
|
2014-03-20 10:36:20 +00:00 |
tsan_stat.cc
|
[tsan] add coarse-grained lock around the DeadlockDetector. We can do better than that, but that's a start.
|
2014-02-21 15:07:18 +00:00 |
tsan_stat.h
|
[tsan] add coarse-grained lock around the DeadlockDetector. We can do better than that, but that's a start.
|
2014-02-21 15:07:18 +00:00 |
tsan_suppressions.cc
|
[sanitizer] deadlock detector: a) initial support for suppressions, b) be more robust in case we failed to extract a stack trace for one of the locks
|
2014-03-19 12:26:33 +00:00 |
tsan_suppressions.h
|
tsan: ignore interceptors coming from specified libraries
|
2013-10-03 13:37:17 +00:00 |
tsan_symbolize.cc
|
[TSan] Kill tsan_symbolize_addr2line_linux.cc
|
2014-02-12 08:37:09 +00:00 |
tsan_symbolize.h
|
[TSan] Kill tsan_symbolize_addr2line_linux.cc
|
2014-02-12 08:37:09 +00:00 |
tsan_sync.cc
|
tsan: use stack depot for goroutine creation stacks (as C++ threads do)
|
2014-03-20 10:19:02 +00:00 |
tsan_sync.h
|
tsan: reorder SyncVar members to reduce contention
|
2014-03-24 18:51:37 +00:00 |
tsan_trace.h
|
tsan: move shadow stack from thread descriptors to fixed addresses
|
2013-10-16 15:35:12 +00:00 |
tsan_update_shadow_word_inl.h
|
tsan: use memory access size for Go after all
|
2013-06-06 14:31:15 +00:00 |
tsan_vector.h
|
[tsan] one more explicit memset in tsan rtl (to please gcc 4.8.2)
|
2014-01-14 15:00:10 +00:00 |