[PATCH] D32844: [XRay] [compiler-rt] FDR logging arg1 handler
Martin Pelikán via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 18:42:47 PDT 2017
pelikan created this revision.
Write out records about logged function call first arguments. https://reviews.llvm.org/D32840
implements the reading of this in llvm-xray.
There are some refactoring options and bugs discovered along the way, this is
only a commit to get things working.
https://reviews.llvm.org/D32844
Files:
include/xray/xray_log_interface.h
lib/xray/xray_fdr_log_records.h
lib/xray/xray_fdr_logging.cc
lib/xray/xray_fdr_logging.h
lib/xray/xray_fdr_logging_impl.h
lib/xray/xray_log_interface.cc
test/xray/TestCases/Linux/fdr-mode.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32844.97762.patch
Type: text/x-patch
Size: 12231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170504/3c08c82d/attachment.bin>
More information about the llvm-commits
mailing list