Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
compiler-rt
/
lib
/
xray
/
xray_basic_logging.cc
470ce63
[xray] Disable alignas() for thread_local objects on NetBSD
by Michal Gorny
· 7 years ago
e7dec78
[XRay] Support for Fuchsia
by Petr Hosek
· 7 years ago
4886652
[XRay] Use fully qualified name for LogWriter
by Petr Hosek
· 7 years ago
6a8cede
[XRay] Encapsulate all FD log related logic into a class
by Petr Hosek
· 7 years ago
58f209f
[XRay] Guard local variables with `static` and struct with unnamed namespaces
by Fangrui Song
· 7 years ago
d197ebf
[XRay] Remove the deprecated __xray_log_init API
by Petr Hosek
· 7 years ago
ebc68ff
Test commit
by Henry Zhu
· 7 years ago
1014126
[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode
by Dean Michael Berris
· 7 years ago
8299e4b
[XRay] basic mode PID and TID always fetch
by Dean Michael Berris
· 7 years ago
af4d583
[XRay][compiler-rt] Remove reliance on C++ ABI features
by Dean Michael Berris
· 7 years ago
c561970
[XRay][compiler-rt] Refactor recursion guard for Basic and FDR Mode
by Dean Michael Berris
· 7 years ago
abbeb4c
[XRay][compiler-rt] Remove __xray:: in some places (NFC)
by Dean Michael Berris
· 7 years ago
5eaaff6
[XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)
by Dean Michael Berris
· 7 years ago
47e6b8c
[XRay][compiler-rt] Support string-based config for Basic mode.
by Dean Michael Berris
· 7 years ago
[Renamed (87%) from compiler-rt/lib/xray/xray_inmemory_log.cc]
adb092e
Implement trampoline and handler for typed xray event tracing.
by Keith Wyss
· 7 years ago
4d4ed0e
Add Xray instrumentation support to FreeBSD
by Kamil Rytarowski
· 8 years ago
4834bca
[XRay] [compiler-rt] fix heap overflow by computing record pointers correctly
by Martin Pelikan
· 8 years ago
21d0d53
[XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()
by Dean Michael Berris
· 8 years ago
52517d7
[XRay][compiler-rt] Implement XRay Basic Mode Filtering
by Dean Michael Berris
· 8 years ago
c360f41
[XRay][compiler-rt] Implement logging implementation registration
by Dean Michael Berris
· 8 years ago
364f11c
[XRay][compiler-rt] Migrate basic mode logging to the XRay framework
by Dean Michael Berris
· 8 years ago
8dcba55
[XRay][compiler-rt] Write out arg1 payload in naive mode logging
by Dean Michael Berris
· 8 years ago
484fe0a
[XRay][compiler-rt] Handle tail-call exits in the XRay runtime
by Dean Michael Berris
· 8 years ago
9952d95
[XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global scope.
by Dean Michael Berris
· 8 years ago
8439c8e
[XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot determine the CPU frequency
by Douglas Yung
· 8 years ago
66443d8
[XRay][compiler-rt] Support TSC emulation even for x86_64
by Dean Michael Berris
· 9 years ago
fbe64b6
[XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler.
by Dean Michael Berris
· 9 years ago
579ca30
Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.
by Vitaly Buka
· 9 years ago
d823024
This reverts commits r294826 and r294781 as they break linking on powerpc.
by Vitaly Buka
· 9 years ago
9730789
Fix -Wsign-compare - this might not be quite right, but preserves behavior
by David Blaikie
· 9 years ago
7d0bffb
[XRay] Refactor TSC related functions into a single header. NFC.
by Tim Shen
· 9 years ago
607617b
[XRay] Probe for CPU features that XRay needs
by Dean Michael Berris
· 9 years ago
e7dbebf
[XRay][compiler-rt] XRay Flight Data Recorder Mode
by Dean Michael Berris
· 9 years ago
7c030a2
[XRay] [compiler-rt] Include argv[0] in the log file name.
by Dean Michael Berris
· 9 years ago
0aba357
Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"
by Dean Michael Berris
· 9 years ago
33d305b
[XRay][compiler-rt] XRay Flight Data Recorder Mode
by Dean Michael Berris
· 9 years ago
6b88e32
[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files
by Diana Picus
· 9 years ago
c0eb996
Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files."
by Diana Picus
· 9 years ago
4527ebe
[XRay][compiler-rt] Explicitly include <cstdint> for types
by Dean Michael Berris
· 9 years ago
094173b
[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files.
by Dean Michael Berris
· 9 years ago
3076d43
[XRay][compiler-rt] Add newlines to error messages (NFC).
by Dean Michael Berris
· 9 years ago
bad8f0f
[XRay] Support AArch64 in compiler-rt
by Dean Michael Berris
· 9 years ago
4031e4b
[XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime.
by Dean Michael Berris
· 9 years ago
4ef1a69
[compiler-rt][XRay][NFC] clang-format XRay sources
by Dean Michael Berris
· 9 years ago
d1617cd
[XRay] ARM 32-bit no-Thumb support in compiler-rt
by Dean Michael Berris
· 9 years ago
6f60513
Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"
by Renato Golin
· 9 years ago
5332645
[XRay] ARM 32-bit no-Thumb support in compiler-rt
by Dean Michael Berris
· 9 years ago
6e2e0e8
Add #include <cstdio> to unbreak build (missing definition of stderr)
by Krzysztof Parzyszek
· 9 years ago
fdb0f39
[compiler-rt][XRay] Remove unnecessary assertion.
by Dean Michael Berris
· 9 years ago
f50eb93
[compiler-rt][XRay] Initial per-thread inmemory logging implementation
by Dean Michael Berris
· 9 years ago