This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by dberris on Jul 30 2018, 7:19 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Jul 30 2018, 7:19 PM
dberris updated this revision to Diff 158164.Jul 30 2018, 7:23 PM

fix typo.

dberris updated this revision to Diff 158167.Jul 30 2018, 8:47 PM

fix another typo.

dberris updated this revision to Diff 158168.Jul 30 2018, 9:00 PM

Use u64 more consistently instead of uptr.

eizan accepted this revision.Jul 30 2018, 9:15 PM
This revision is now accepted and ready to land.Jul 30 2018, 9:15 PM
This revision was automatically updated to reflect the committed changes.