Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
3fb70e333087ffac19517ad6559fcba9e43ac5ca
/
lib
/
tsan
/
rtl
/
tsan_flags.h
3fb70e3
tsan: address several review comments
by Dmitry Vyukov
· 12 years ago
cec6068
tsan: add log_path parameter (similar to asan) remove old log_fileno
by Dmitry Vyukov
· 12 years ago
d698edc
tsan: dynamic history size
by Dmitry Vyukov
· 12 years ago
8a32677
tsan: add flag to suppress all reports (useful for benchmarking)
by Dmitry Vyukov
· 12 years ago
8cc1f81
[TSan] add support for running external symbolizer other than addr2line (for testing purposes)
by Alexey Samsonov
· 12 years ago
fd51390
tsan: add flag to disable reporting of destruction of locked mutexes (some programs use that on a regular basis)
by Dmitry Vyukov
· 12 years ago
bc12f5d
[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.
by Alexey Samsonov
· 12 years ago
86cdf2d
[TSan] Add a comment that tsan_flags.h may be included in the user code, and therefore shouldn't include other headers from TSan or common sanitizer runtime. User may need tsan_flags.h to provide its implementation of __tsan::OverrideFlags
by Alexey Samsonov
· 12 years ago
24567d4
tsan: add a flag to control RunningOnValgrind() return value
by Dmitry Vyukov
· 12 years ago
adfb650
tsan: add shadow memory flush + fix few bugs
by Dmitry Vyukov
· 12 years ago
2612773
tsan: simple memory profiler
by Dmitry Vyukov
· 12 years ago
b7b6b1c
tsan: remove shutdown code
by Dmitry Vyukov
· 12 years ago
7ac4148
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
by Kostya Serebryany
· 13 years ago