1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
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
..
2018-09-06 00:06:20 +00:00
2018-09-02 01:29:29 +00:00
2018-07-27 06:50:45 +00:00
2018-09-05 01:27:38 +00:00
2018-09-03 18:13:46 +00:00
2018-09-04 17:19:13 +00:00
2018-07-30 19:41:25 +00:00
2018-09-06 00:06:20 +00:00