1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-xray
Dean Michael Berris 731da7b6b3 [XRay][tools] Use Support/JSON.h in llvm-xray convert
Summary:
This change removes the ad-hoc implementation used by llvm-xray's
`convert` subcommand to generate JSON encoded catapult (AKA Chrome
Trace Viewer) trace output, to instead use the JSON encoder now in the
Support library.

Reviewers: kpw, zturner, eizan

Reviewed By: kpw

Subscribers: llvm-commits

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

llvm-svn: 338834
2018-08-03 09:21:31 +00:00
..
CMakeLists.txt Inline contents of LLVM_XRAY_TOOLS variable into its only use. 2018-05-09 00:42:17 +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] A tool for Comparing xray function call graphs 2017-04-24 05:54:33 +00:00
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-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][tools] Fixup for pedantic and permissive errors/warnings 2017-04-24 06:15:53 +00:00
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] Implement llvm-xray extract, start of the llvm-xray tool 2016-10-26 04:14:34 +00:00
xray-stacks.cpp [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) 2018-05-02 00:43:17 +00:00