[PATCH] D48370: [XRay][llvm] Load XRay Profiles

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 03:14:30 PDT 2018


dberris updated this revision to Diff 156461.
dberris marked 3 inline comments as done.
dberris added a comment.

- fixup: Handle profile loading better in llvm-xray
- fixup: profileFromTrace(Trace) -> Expected<Profile>
- fixup: Update some comments
- fixup: FIXME markers, additional tests, rename path to expandPath


https://reviews.llvm.org/D48370

Files:
  llvm/include/llvm/XRay/Profile.h
  llvm/include/llvm/XRay/Trace.h
  llvm/lib/XRay/CMakeLists.txt
  llvm/lib/XRay/Profile.cpp
  llvm/lib/XRay/Trace.cpp
  llvm/test/tools/llvm-xray/X86/Inputs/profiling-mode-20180424.xray
  llvm/test/tools/llvm-xray/X86/stack-profiling-mode.txt
  llvm/tools/llvm-xray/xray-stacks.cpp
  llvm/unittests/XRay/CMakeLists.txt
  llvm/unittests/XRay/ProfileTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48370.156461.patch
Type: text/x-patch
Size: 27170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/247993bf/attachment.bin>


More information about the llvm-commits mailing list