llvm/compiler-rt/lib/tsan
Dmitry Vyukov 1d4d2cceda [TSan] Add a runtime flag to print full thread creation stacks up to the main thread
Currently, we only print how threads involved in data race are created from their parent threads.
Add a runtime flag 'print_full_thread_history' to print thread creation stacks for the threads involved in the data race and their ancestors up to the main thread.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D122131
2022-03-24 17:30:27 +01:00
..
benchmarks
dd
go tsan: remove old vector clocks 2021-12-21 19:54:27 +01:00
rtl [TSan] Add a runtime flag to print full thread creation stacks up to the main thread 2022-03-24 17:30:27 +01:00
rtl-old [TSan][NFC] fixup for comment of Shadow 2022-02-23 11:24:24 -08:00
tests Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
.clang-format
analyze_libtsan.sh
check_analyze.sh
check_cmake.sh
CMakeLists.txt tsan: enable the new runtime 2021-12-13 12:50:13 +01:00