1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/XRay
Dean Michael Berris f5133da999 [XRay] Add a BlockIndexer visitor for FDR Records.
Summary:
This change adds a `BlockIndexer` type which maintains pointers to
records that belong to the same process+thread pairs. The indexing
happens with order of appearance of records as they are visited.

This version of the indexer currently only supports FDR version 3 logs,
which contain `BufferExtent` records. We will add support for v2 and v1
logs in follow-up patches.

This is another part of D50441.

Reviewers: eizan, kpw, mboerger

Reviewed By: mboerger

Subscribers: mboerger, mgorny, hiraditya, llvm-commits

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

llvm-svn: 341518
2018-09-06 05:55:57 +00:00
..
BlockIndexer.cpp [XRay] Add a BlockIndexer visitor for FDR Records. 2018-09-06 05:55:57 +00:00
CMakeLists.txt [XRay] Add a BlockIndexer visitor for FDR Records. 2018-09-06 05:55:57 +00:00
FDRRecordProducer.cpp [XRay] Remove array for Metadata Record Types 2018-08-31 11:41:08 +00:00
FDRRecords.cpp [XRay] FDRTraceWriter and FDR Trace Loading 2018-08-30 07:22:21 +00:00
FDRTraceWriter.cpp [XRay] Fix FunctionRecord serialization 2018-08-31 17:49:59 +00:00
FileHeaderReader.cpp [XRay] Refactor file header reading (NFC) 2018-08-22 07:37:55 +00:00
InstrumentationMap.cpp
LogBuilderConsumer.cpp [XRay] FDR Record Producer/Consumer Implementation 2018-08-31 08:04:56 +00:00
Profile.cpp [XRay][llvm] Load XRay Profiles 2018-08-30 01:43:22 +00:00
RecordInitializer.cpp [XRay] Update RecordInitializer for PIDRecord 2018-08-31 20:02:55 +00:00
RecordPrinter.cpp [XRay] Add a RecordPrinter visitor for FDR Records 2018-09-05 06:57:23 +00:00
Trace.cpp [XRay] Use correct type for PID records 2018-08-31 19:32:46 +00:00