summaryrefslogtreecommitdiff
path: root/lib/xray/xray_basic_logging.cc
Commit message (Expand)AuthorAgeFilesLines
* [xray] Disable alignas() for thread_local objects on NetBSDMichal Gorny2018-12-231-1/+1
* [XRay] Support for FuchsiaPetr Hosek2018-11-221-0/+2
* [XRay] Use fully qualified name for LogWriterPetr Hosek2018-10-161-1/+1
* [XRay] Encapsulate all FD log related logic into a classPetr Hosek2018-10-161-33/+33
* [XRay] Guard local variables with `static` and struct with unnamed namespacesFangrui Song2018-09-281-5/+7
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-151-38/+33
* Test commitHenry Zhu2018-07-161-1/+1
* [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris2018-07-131-1/+3
* [XRay] basic mode PID and TID always fetchDean Michael Berris2018-07-111-6/+6
* [XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris2018-06-081-49/+60
* [XRay][compiler-rt] Refactor recursion guard for Basic and FDR ModeDean Michael Berris2018-06-061-7/+6
* [XRay][compiler-rt] Remove __xray:: in some places (NFC)Dean Michael Berris2018-06-051-11/+11
* [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris2018-06-051-27/+27
* [XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris2018-05-041-0/+505