llvm-project/compiler-rt/include
Dean Michael Berris e1c81d10d7 [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtime
Summary:
This patch implements the initialisation and patching routines for the XRay runtime, along with the necessary trampolines for function entry/exit handling. For now we only define the basic hooks for allowing an implementation to define a handler that gets run on function entry/exit. We expose a minimal API for controlling the behaviour of the runtime (patching, cleanup, and setting the handler to invoke when instrumenting).

Depends on D19904

Reviewers: echristo, kcc, rnk

Subscribers: rnk, mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D21612

llvm-svn: 276117
2016-07-20 14:14:50 +00:00
..
sanitizer [esan|wset] Fix flaky sampling tests 2016-07-19 05:06:48 +00:00
xray [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtime 2016-07-20 14:14:50 +00:00
CMakeLists.txt [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtime 2016-07-20 14:14:50 +00:00