summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_trace.h
AgeCommit message (Expand)Author
2017-08-25tsan: don't pass bogus PCs to __tsan_symbolize_externalDmitry Vyukov
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2015-02-14tsan: fix buildDmitry Vyukov
2015-02-13tsan: reduce history size in Go modeDmitry Vyukov
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-11-03[TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2013-10-16tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov
2012-12-06tsan: add mutexsets to reportsDmitry Vyukov
2012-11-28tsan: dynamic history sizeDmitry Vyukov
2012-11-28tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov
2012-09-13[TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov
2012-09-06tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov
2012-08-30tsan: simplify TSAN_HISTORY_SIZE codeDmitry Vyukov
2012-08-23tsan: allow to override per-thread event trace sizeDmitry Vyukov
2012-07-17[TSan] cleanup header commentsAlexey Samsonov
2012-07-16tsan: use dynamic shadow stack for GoDmitry Vyukov
2012-06-22tsan: do not call malloc/free in memory access handling routine.Dmitry Vyukov
2012-05-22tsan: reduce per-thread memory usageDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany