1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-xray
David Blaikie e3ffa159db [XRay] Implement the llvm-xray graph subcommand
Here we define the `graph` subcommand which generates a graph from the function
call information and uses it to present the call information graphically with
additional annotations.

Reviewers: dblaikie, dberris

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

llvm-svn: 292156
2017-01-16 20:36:26 +00:00
..
CMakeLists.txt [XRay] Implement the llvm-xray graph subcommand 2017-01-16 20:36:26 +00:00
func-id-helper.cc [XRay] Implement llvm-xray convert -- trace file conversion 2017-01-10 02:38:11 +00:00
func-id-helper.h [XRay] Implement llvm-xray convert -- trace file conversion 2017-01-10 02:38:11 +00:00
llvm-xray.cc [XRay] Remove unnecessary include of <unistd.h> 2016-10-26 04:46:50 +00:00
xray-account.cc xray-account: Avoid std::errc::bad_message to appease mingw. 2017-01-13 00:17:15 +00:00
xray-account.h Fix windows buildbots building llvm-xray 2017-01-12 11:13:51 +00:00
xray-converter.cc [llvm-xray] Fix android build 2017-01-16 16:38:23 +00:00
xray-converter.h [XRay] Define the library for XRay trace logs 2017-01-11 06:39:09 +00:00
xray-extract.cc tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261. 2017-01-11 01:06:57 +00:00
xray-extract.h [XRay] Implement llvm-xray extract, start of the llvm-xray tool 2016-10-26 04:14:34 +00:00
xray-graph.cc [XRay] Implement the llvm-xray graph subcommand 2017-01-16 20:36:26 +00:00
xray-graph.h [XRay] Implement the llvm-xray graph subcommand 2017-01-16 20:36:26 +00:00
xray-record-yaml.h [XRay] Implement the llvm-xray account subcommand 2017-01-12 07:38:13 +00:00
xray-registry.cc [XRay] Implement llvm-xray extract, start of the llvm-xray tool 2016-10-26 04:14:34 +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-sleds.h [XRay] Implement llvm-xray extract, start of the llvm-xray tool 2016-10-26 04:14:34 +00:00