brintos

brintos / llvm-project-archived public Read only

0
0
Text · 740 B · f1f89e3 Raw
12 lines · plain
1; This test makes sure we can extract the instrumentation map from an2; XRay-instrumented PIE file.3;4; RUN: llvm-xray extract %S/Inputs/elf64-pie.bin -s | FileCheck %s5 6; CHECK:      ---7; CHECK-NEXT: - { id: 1, address: 0x299C0, function: 0x299C0, kind: function-enter, always-instrument: true, function-name: 'foo()' }8; CHECK-NEXT: - { id: 1, address: 0x299D0, function: 0x299C0, kind: function-exit, always-instrument: true, function-name: 'foo()' }9; CHECK-NEXT: - { id: 2, address: 0x299E0, function: 0x299E0, kind: function-enter, always-instrument: true, function-name: 'bar()' }10; CHECK-NEXT: - { id: 2, address: 0x299F6, function: 0x299E0, kind: function-exit, always-instrument: true, function-name: 'bar()' }11; CHECK-NEXT: ...12