.. |
CMakeLists.txt
|
[tsan] fix cmake build
|
2012-12-12 14:26:06 +00:00 |
Makefile.mk
|
[Sanitizer] Make ASan/TSan sources depend on headers from interception library
|
2012-08-01 14:55:49 +00:00 |
Makefile.old
|
tsan: fix -Wgnu warnings
|
2012-12-19 06:59:45 +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: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_fd.cc
|
tsan: intercept fork() to prevent false race reports on fd's
|
2012-12-18 14:44:44 +00:00 |
tsan_fd.h
|
tsan: intercept fork() to prevent false race reports on fd's
|
2012-12-18 14:44:44 +00:00 |
tsan_flags.cc
|
tsan: add io_sync flag that controls amount of IO synchronization
|
2012-12-18 12:20:55 +00:00 |
tsan_flags.h
|
tsan: add io_sync flag that controls amount of IO synchronization
|
2012-12-18 12:20:55 +00:00 |
tsan_interceptors.cc
|
tsan: fix -Wgnu warnings
|
2012-12-19 06:59:45 +00:00 |
tsan_interface.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_interface.h
|
tsan: make atomic operations atomic again
|
2012-12-04 14:50:10 +00:00 |
tsan_interface_ann.cc
|
tsan: output thread names
|
2012-12-04 15:46:05 +00:00 |
tsan_interface_ann.h
|
tsan: add __attribute__((visibility("default"))) to interface functions
|
2012-12-04 14:01:21 +00:00 |
tsan_interface_atomic.cc
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_interface_atomic.h
|
tsan: fix compilation with -pedantic
|
2012-12-13 15:26:04 +00:00 |
tsan_interface_inl.h
|
tsan: add memory range access functions to public iface
|
2012-11-27 08:41:39 +00:00 |
tsan_interface_java.h
|
tsan: add Java interface
|
2012-12-20 07:47:04 +00:00 |
tsan_md5.cc
|
tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime
|
2012-06-27 21:00:23 +00:00 |
tsan_mman.cc
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_mman.h
|
tsan: more precise handling of IO synchronization
|
2012-12-12 11:59:30 +00:00 |
tsan_mutex.cc
|
tsan: completely disable deadlock detector for Go
|
2012-12-13 09:22:11 +00:00 |
tsan_mutex.h
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_mutexset.cc
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_mutexset.h
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_platform.h
|
tsan: support MapThreadTrace() on all platforms
|
2012-12-13 08:14:02 +00:00 |
tsan_platform_linux.cc
|
tsan: support MapThreadTrace() on all platforms
|
2012-12-13 08:14:02 +00:00 |
tsan_platform_mac.cc
|
tsan: use GORACE env for options for Go
|
2012-11-08 11:32:40 +00:00 |
tsan_platform_windows.cc
|
tsan: use GORACE env for options for Go
|
2012-11-08 11:32:40 +00:00 |
tsan_report.cc
|
tsan: describe "file descriptor" location
|
2012-12-18 06:57:34 +00:00 |
tsan_report.h
|
tsan: describe "file descriptor" location
|
2012-12-18 06:57:34 +00:00 |
tsan_rtl.cc
|
tsan: support MapThreadTrace() on all platforms
|
2012-12-13 08:14:02 +00:00 |
tsan_rtl.h
|
tsan: say what thread had created a thread in reports
|
2012-12-17 16:28:15 +00:00 |
tsan_rtl_amd64.S
|
tsan: explicitly mark symbols referenced from assembly as hidden
|
2012-11-26 14:20:26 +00:00 |
tsan_rtl_mutex.cc
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_rtl_report.cc
|
tsan: warn about reports from signal handlers
|
2012-12-18 14:19:24 +00:00 |
tsan_rtl_thread.cc
|
tsan: say what thread had created a thread in reports
|
2012-12-17 16:28:15 +00:00 |
tsan_stat.cc
|
tsan: intercept fork() to prevent false race reports on fd's
|
2012-12-18 14:44:44 +00:00 |
tsan_stat.h
|
tsan: intercept fork() to prevent false race reports on fd's
|
2012-12-18 14:44:44 +00:00 |
tsan_suppressions.cc
|
tsan: check if PWD env var is absent
|
2012-12-04 07:27:32 +00:00 |
tsan_suppressions.h
|
tsan: cache pc's that cause suppressions (this way we do not need to symbolize the reports)
|
2012-10-05 15:51:32 +00:00 |
tsan_symbolize.cc
|
tsan: describe global vars (module+offset for now)
|
2012-12-03 11:45:34 +00:00 |
tsan_symbolize.h
|
[TSan] add a new option 'use_internal_symbolizer' that allows to choose between addr2line-based and llvm-based symbolizer w/o having to rebuild the runtime. This is hopefully a temporary solution that simplifies testing process. In the end, we should leave a single symbolizer.
|
2012-07-05 07:18:29 +00:00 |
tsan_symbolize_addr2line_linux.cc
|
[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common
|
2012-11-02 12:17:51 +00:00 |
tsan_sync.cc
|
tsan: intercept fork() to prevent false race reports on fd's
|
2012-12-18 14:44:44 +00:00 |
tsan_sync.h
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_trace.h
|
tsan: add mutexsets to reports
|
2012-12-06 12:16:15 +00:00 |
tsan_update_shadow_word_inl.h
|
tsan: better function names
|
2012-11-13 14:05:58 +00:00 |
tsan_vector.h
|
tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime
|
2012-06-27 21:00:23 +00:00 |