diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-02-28 21:07:18 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-02-28 21:07:18 +0000 |
commit | 365919ebc13fcd6ddae24bfcc7c4720dc682c78b (patch) | |
tree | fe2bf4fc65fd9e5c13d565a4c449157efa9dbe59 /test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml | |
parent | 9c618dddcd075579cf4f157ba4a03d088c166dab (diff) | |
download | src-vendor/llvm/llvm-release_40-r296509.tar.gz src-vendor/llvm/llvm-release_40-r296509.zip |
Vendor import of llvm release_40 branch r296509:vendor/llvm/llvm-release_40-r296509
Diffstat (limited to 'test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml')
-rw-r--r-- | test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml b/test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml index 483d3e4f2c8f..9c2493392f03 100644 --- a/test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml +++ b/test/tools/llvm-xray/X86/Inputs/simple-xray-instrmap.yaml @@ -1,14 +1,8 @@ --- -- { id: 1, address: 0x000000000041CA40, function: 0x000000000041CA40, kind: function-enter, - always-instrument: true } -- { id: 1, address: 0x000000000041CA50, function: 0x000000000041CA40, kind: tail-exit, - always-instrument: true } -- { id: 2, address: 0x000000000041CA70, function: 0x000000000041CA70, kind: function-enter, - always-instrument: true } -- { id: 2, address: 0x000000000041CA7C, function: 0x000000000041CA70, kind: tail-exit, - always-instrument: true } -- { id: 3, address: 0x000000000041CAA0, function: 0x000000000041CAA0, kind: function-enter, - always-instrument: true } -- { id: 3, address: 0x000000000041CAB4, function: 0x000000000041CAA0, kind: function-exit, - always-instrument: true } +- { id: 1, address: 0x000000000041CA40, function: 0x000000000041CA40, kind: function-enter, always-instrument: true } +- { id: 1, address: 0x000000000041CA50, function: 0x000000000041CA40, kind: tail-exit, always-instrument: true } +- { id: 2, address: 0x000000000041CA70, function: 0x000000000041CA70, kind: function-enter, always-instrument: true } +- { id: 2, address: 0x000000000041CA7C, function: 0x000000000041CA70, kind: tail-exit, always-instrument: true } +- { id: 3, address: 0x000000000041CAA0, function: 0x000000000041CAA0, kind: function-enter, always-instrument: true } +- { id: 3, address: 0x000000000041CAB4, function: 0x000000000041CAA0, kind: function-exit, always-instrument: true } ... |