[PATCH] D50037: [XRay][compiler-rt] Profiling Mode: Include file header in buffers

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 19:19:20 PDT 2018


dberris created this revision.
dberris added reviewers: eizan, kpw.

This change provides access to the file header even in the in-memory
buffer processing. This allows in-memory processing of the buffers to
also check the version, and the format, of the profile data.


https://reviews.llvm.org/D50037

Files:
  compiler-rt/lib/xray/tests/unit/profile_collector_test.cc
  compiler-rt/lib/xray/xray_profile_collector.cc
  compiler-rt/lib/xray/xray_profiling.cc
  compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cc
  compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50037.158163.patch
Type: text/x-patch
Size: 7367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180731/3e657058/attachment.bin>


More information about the llvm-commits mailing list