-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The xray_entry() and xray_exit() is a handler for clang/LLVM's new X-ray function tracing framework. Like cygprof_entry/exit, they are called both from function prologue and epilogue (not in the middle). And it can capture arguments and return value too. Signed-off-by: Namhyung Kim <namhyung@gmail.com>
- Loading branch information
Showing
1 changed file
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters