summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_deadlock_detector.h
AgeCommit message (Expand)Author
2014-12-18tsan: fix deadlock reportingDmitry Vyukov
2014-12-18tsan: fix failing CHECK In deadlock detectorDmitry Vyukov
2014-04-14sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literalsHans Wennborg
2014-03-31[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...Kostya Serebryany
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-19[sanitizer] use some c++11 to simplify the code (we can now). Fix one place w...Kostya Serebryany
2014-03-19[sanitizer] when recycling deadlock graph nodes, properly recycle edgesKostya Serebryany
2014-03-17[sanitizer] reverse the order of the stack traces printed for every pair of l...Kostya Serebryany
2014-03-17[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...Kostya Serebryany
2014-03-17[sanitizer] allow to store the lock context (stack trace id) with all current...Kostya Serebryany
2014-03-14[sanitizer] fully implement racy fast path in bitset-based deadlock detectorKostya Serebryany
2014-03-14[sanitizer] partially implement racy fast path in bitset-based deadlock detectorKostya Serebryany
2014-03-14[sanitizer] in bitset-based deadlock detector collect edge's stack trace when...Kostya Serebryany
2014-03-13[sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...Kostya Serebryany
2014-03-13[sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany
2014-02-28[sanitizer] speedup deadlock detector for the case when we acquire the first ...Kostya Serebryany
2014-02-27[sanitizer] do not acquire a global mutex in deadlock detector when dealing w...Kostya Serebryany
2014-02-25[sanitizer] add support for try_lock in deadlock detectorKostya Serebryany
2014-02-25[sanitizer] fix epoch handling in deadlock detector (before the fix, we could...Kostya Serebryany
2014-02-18[sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany
2014-02-18[sanitizer] make sure the deadlock detector survives the change of epochs; ad...Kostya Serebryany
2014-02-17[sanitizer] add tests for DeadlockDetector, minor fix in onLockKostya Serebryany
2014-02-17[sanitizer] implement node removal in Deadlock graphKostya Serebryany
2014-02-17[sanitizer] simplify DeadlockDetectorTLSKostya Serebryany
2014-02-14[sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany
2014-02-13[sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany
2014-02-13[sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany
2014-02-13[sanitizer] findPath for deadlock detectorKostya Serebryany
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany