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 3f6d4b605c [XRay][tools] Remove some assertions in llvm-xray graph
Summary:
Assertions assuming that function calls may not have zero durations do
not seem to hold in the wild. There are valid cases where the conversion
of the tsc counters end up becoming zero-length durations. These
assertions don't really hold and the algorithms don't need those to be
true for them to work.

Reviewers: dblaikie, echristo

Subscribers: llvm-commits

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

llvm-svn: 299150
2017-03-31 01:56:45 +00:00
..
CMakeLists.txt [XRAY] A Color Choosing helper for XRay Graph 2017-02-25 00:26:42 +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][tools] Handle "no subcommand" case for llvm-xray 2017-03-29 04:55:45 +00:00
xray-account.cc [XRay] Define the InstrumentationMap type 2017-02-01 00:05:29 +00:00
xray-account.h Fix windows buildbots building llvm-xray 2017-01-12 11:13:51 +00:00
xray-color-helper.cc [XRAY] A Color Choosing helper for XRay Graph 2017-02-25 00:26:42 +00:00
xray-color-helper.h [XRAY] A Color Choosing helper for XRay Graph 2017-02-25 00:26:42 +00:00
xray-converter.cc [XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace implementation. 2017-02-17 01:47:16 +00:00
xray-converter.h [XRay] Define the library for XRay trace logs 2017-01-11 06:39:09 +00:00
xray-extract.cc Disable wrapping llvm-xray YAML output 2017-02-14 22:49:49 +00:00
xray-graph.cc [XRay][tools] Remove some assertions in llvm-xray graph 2017-03-31 01:56:45 +00:00
xray-graph.h [XRAY] A Color Choosing helper for XRay Graph 2017-02-25 00:26:42 +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