1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/tools/llvm-xray
Dean Michael Berris 54bc26f33d [XRay] Add the llvm-xray fdr-dump implementation
Summary:
In this change, we implement a `BlockPrinter` which orders records in a
Block that's been indexed by the `BlockIndexer`. This is used in the
`llvm-xray fdr-dump` tool which ties together the various types and
utilities we've been working on, to allow for inspection of XRay FDR
mode traces both with and without verification.

This change is the final step of the refactoring of D50441.

Reviewers: mboerger, eizan

Subscribers: mgorny, hiraditya, llvm-commits

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

llvm-svn: 341887
2018-09-11 00:22:53 +00:00
..
CMakeLists.txt [XRay] Add the llvm-xray fdr-dump implementation 2018-09-11 00:22:53 +00:00
func-id-helper.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
func-id-helper.h [XRay] cache symbolized function names for a repeatedly queried function ID 2018-03-01 01:59:24 +00:00
llvm-xray.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
trie-node.h [XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format. 2017-11-07 00:28:28 +00:00
xray-account.cpp [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode 2018-07-13 05:38:22 +00:00
xray-account.h Clean up some code in Program. 2018-06-08 15:16:25 +00:00
xray-color-helper.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-color-helper.h
xray-converter.cpp [XRay][tools] Use Support/JSON.h in llvm-xray convert 2018-08-03 09:21:31 +00:00
xray-converter.h [XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format. 2017-11-07 00:28:28 +00:00
xray-extract.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-fdr-dump.cpp [XRay] Add the llvm-xray fdr-dump implementation 2018-09-11 00:22:53 +00:00
xray-graph-diff.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-graph-diff.h
xray-graph.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-graph.h Clean up some code in Program. 2018-06-08 15:16:25 +00:00
xray-registry.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00
xray-registry.h
xray-stacks.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00