This is an archive of the discontinued LLVM Phabricator instance.

[XRay] Add TSC to NewCPUId Records
ClosedPublic

Authored by dberris on Sep 10 2018, 10:45 PM.

Details

Summary

This more correctly reflects the data written by the FDR mode runtime.

This is a continuation of the work in D50441.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Sep 10 2018, 10:45 PM
mboerger added inline comments.Sep 10 2018, 11:03 PM
llvm/include/llvm/XRay/FDRRecords.h
127 ↗(On Diff #164807)

-explicit

dberris updated this revision to Diff 164811.Sep 10 2018, 11:33 PM
dberris marked an inline comment as done.

Remove explicit from constructor.

This revision is now accepted and ready to land.Sep 10 2018, 11:36 PM
This revision was automatically updated to reflect the committed changes.