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 2ffcf1c7c3 [XRay] Update delta computations in runtime
Summary:
Fix some issues discovered from mostly manual inspection of outputs from
the `llvm-xray fdr-dump` tool.

It turns out we haven't been writing the deltas properly, and have been
writing down zeros for deltas of some records. This change fixes this
oversight born by the recent refactoring.

Reviewers: mboerger

Subscribers: llvm-commits, hiraditya

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

llvm-svn: 345954
2018-11-02 08:07:38 +00:00
..
BlockIndexer.cpp [XRay] Bug fixes for FDR custom event and arg-logging 2018-09-13 09:25:42 +00:00
BlockPrinter.cpp [XRay] Add the llvm-xray fdr-dump implementation 2018-09-11 00:22:53 +00:00
BlockVerifier.cpp [XRay] Remove unused reference 2018-09-10 02:57:05 +00:00
CMakeLists.txt [XRay] Use FDR Records+Visitors for Trace Loading 2018-09-11 06:45:59 +00:00
FDRRecordProducer.cpp [XRay] Fix TSC and atomic custom/typed event accounting 2018-11-01 22:57:50 +00:00
FDRRecords.cpp [XRay] FDRTraceWriter and FDR Trace Loading 2018-08-30 07:22:21 +00:00
FDRTraceExpander.cpp [XRay] Use FDR Records+Visitors for Trace Loading 2018-09-11 06:45:59 +00:00
FDRTraceWriter.cpp [XRay] Add CPU ID in Custom Event FDR Records 2018-11-01 00:18:52 +00:00
FileHeaderReader.cpp [XRay] Add CPU ID in Custom Event FDR Records 2018-11-01 00:18:52 +00:00
InstrumentationMap.cpp [Xray] tooling allow MachO format support 2018-09-10 05:00:43 +00:00
LLVMBuild.txt [XRay] Clean up XRay build configuration 2018-09-24 05:28:01 +00:00
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] Add CPU ID in Custom Event FDR Records 2018-11-01 00:18:52 +00:00
RecordPrinter.cpp [XRay] Update delta computations in runtime 2018-11-02 08:07:38 +00:00
Trace.cpp [XRay] Add CPU ID in Custom Event FDR Records 2018-11-01 00:18:52 +00:00