1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests/XRay
Dean Michael Berris 665e1fb24b [XRay] Add a BlockVerifier visitor for FDR Records
Summary:
This patch implements a `BlockVerifier` type which enforces the
invariants of the log structure of FDR mode logs on a per-block basis.
This ensures that the data we encounter from an FDR mode log
semantically correct (i.e. that records follow the documented "grammar"
for FDR mode log records).

This is another part of the refactoring of D50441.

This is a slightly modified version of rL341628, avoiding the
`std::tuple<...>` constructor that is not constexpr in C++11.

Reviewers: mboerger, eizan

Subscribers: mgorny, hiraditya, llvm-commits

Differential Revision: https://reviews.llvm.org/D51723

llvm-svn: 341769
2018-09-10 02:35:25 +00:00
..
CMakeLists.txt [XRay] Add a BlockVerifier visitor for FDR Records 2018-09-10 02:35:25 +00:00
FDRBlockIndexerTest.cpp [XRay] Add a BlockIndexer visitor for FDR Records. 2018-09-06 05:55:57 +00:00
FDRBlockVerifierTest.cpp [XRay] Add a BlockVerifier visitor for FDR Records 2018-09-10 02:35:25 +00:00
FDRProducerConsumerTest.cpp [XRay] Make the FDRTraceWriter Endian-aware 2018-08-31 16:08:38 +00:00
FDRRecordPrinterTest.cpp [XRay] Use a function to return a constant 2018-09-05 16:03:21 +00:00
FDRTraceWriterTest.cpp [XRay] Use correct type for PID records 2018-08-31 19:32:46 +00:00
GraphTest.cpp [XRay][graph] Disambiguate name of type from member name 2017-02-10 06:59:25 +00:00
ProfileTest.cpp [XRay][llvm] Load XRay Profiles 2018-08-30 01:43:22 +00:00