[all-commits] [llvm/llvm-project] 4e6c77: [XRay] Record the XRay data size as a property of ...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Thu Mar 19 19:01:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e6c778eca42aca1082511aa35cf2b81031ed21d
https://github.com/llvm/llvm-project/commit/4e6c778eca42aca1082511aa35cf2b81031ed21d
Author: Petr Hosek <phosek at google.com>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
M compiler-rt/lib/xray/xray_utils.cpp
Log Message:
-----------
[XRay] Record the XRay data size as a property of the VMO
While the VMO size is always page aligned, we can record the content
size as a property and then use this metadata when writing the data to
a file.
Differential Revision: https://reviews.llvm.org/D76462
More information about the All-commits
mailing list