.. |
CMakeLists.txt
|
[tsan] fix cmake build
|
2012-12-20 12:26:09 +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
|
asan/tsan: move blocking mutex from asan to sanitizer_common
|
2013-01-14 07:51:39 +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: detect races on fd passed to epoll_ctl
|
2013-01-09 17:31:27 +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
|
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: describe stack and TLS addresses
|
2013-01-14 10:00:03 +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.cc
|
tsan: fix Java memory move operations and add the test
|
2012-12-21 13:23:48 +00:00 |
tsan_interface_java.h
|
tsan: add a high-level comment to tsan_interface_java.h
|
2012-12-21 10:57:59 +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: describe stack and TLS addresses
|
2013-01-14 10:00:03 +00:00 |
tsan_mman.h
|
tsan: more precise handling of IO synchronization
|
2012-12-12 11:59:30 +00:00 |
tsan_mutex.cc
|
tsan: update mutex table for java
|
2012-12-21 11:30:14 +00:00 |
tsan_mutex.h
|
tsan: update mutex table for java
|
2012-12-21 11:30:14 +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
|
[asan/tsan] when unmapping a chunk of user memory, apply madvise(MADV_DONTNEED) to the corresponding chunk of shadow memory. Also update sanitizer_allocator64_testlib.cc
|
2012-12-27 07:37:24 +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 stack and TLS addresses
|
2013-01-14 10:00:03 +00:00 |
tsan_report.h
|
tsan: describe stack and TLS addresses
|
2013-01-14 10:00:03 +00:00 |
tsan_rtl.cc
|
tsan: less debug output
|
2012-12-21 12:30:52 +00:00 |
tsan_rtl.h
|
[asan/tsan] when unmapping a chunk of user memory, apply madvise(MADV_DONTNEED) to the corresponding chunk of shadow memory. Also update sanitizer_allocator64_testlib.cc
|
2012-12-27 07:37:24 +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: describe stack and TLS addresses
|
2013-01-14 10:00:03 +00:00 |
tsan_rtl_report.cc
|
tsan: describe stack and TLS addresses
|
2013-01-14 10:00:03 +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: fix crash when user defines own fopen/fileno
|
2013-01-09 11:54:52 +00:00 |
tsan_stat.h
|
tsan: fix crash when user defines own fopen/fileno
|
2013-01-09 11:54:52 +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: symbolize global variables
|
2013-01-11 07:23:51 +00:00 |
tsan_symbolize.h
|
tsan: symbolize global variables
|
2013-01-11 07:23:51 +00:00 |
tsan_symbolize_addr2line_linux.cc
|
tsan: less debug output
|
2012-12-21 12:30:52 +00:00 |
tsan_sync.cc
|
tsan: java interface implementation skeleton
|
2012-12-20 17:29:34 +00:00 |
tsan_sync.h
|
tsan: fix Java memory move operations and add the test
|
2012-12-21 13:23:48 +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 |