[PATCH] D50441: [XRay] FDR Trace Dump Tool (FDR Trace Loading Refactor)

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 12 23:49:20 PDT 2018


dberris updated this revision to Diff 160293.
dberris marked 5 inline comments as done.
dberris added a comment.

- fixup: optimize storage of transition table
- checkpoint: implement producer API and migrate record initialization to a visitor
- checkpoint: implement non-verifying dump mode


https://reviews.llvm.org/D50441

Files:
  llvm/include/llvm/XRay/BlockIndexer.h
  llvm/include/llvm/XRay/BlockPrinter.h
  llvm/include/llvm/XRay/BlockVerifier.h
  llvm/include/llvm/XRay/FDRRecordConsumer.h
  llvm/include/llvm/XRay/FDRRecordProducer.h
  llvm/include/llvm/XRay/FDRRecords.h
  llvm/include/llvm/XRay/FileHeaderReader.h
  llvm/include/llvm/XRay/RecordPrinter.h
  llvm/lib/XRay/BlockIndexer.cpp
  llvm/lib/XRay/BlockPrinter.cpp
  llvm/lib/XRay/BlockVerifier.cpp
  llvm/lib/XRay/CMakeLists.txt
  llvm/lib/XRay/Common.cpp
  llvm/lib/XRay/FDRRecordProducer.cpp
  llvm/lib/XRay/FDRRecords.cpp
  llvm/lib/XRay/LogBuilderConsumer.cpp
  llvm/lib/XRay/RecordInitializer.cpp
  llvm/lib/XRay/RecordPrinter.cpp
  llvm/lib/XRay/Trace.cpp
  llvm/tools/llvm-xray/CMakeLists.txt
  llvm/tools/llvm-xray/xray-fdr-dump.cpp
  llvm/unittests/XRay/CMakeLists.txt
  llvm/unittests/XRay/FDRRecordsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50441.160293.patch
Type: text/x-patch
Size: 74967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180813/f0025918/attachment-0001.bin>


More information about the llvm-commits mailing list