view bolt/test/pseudoprobe-decoding-noinline.test @ 243:a916df8444bf

add tag
author matac
date Fri, 11 Aug 2023 15:57:02 +0900
parents c4bab56944e8
children
line wrap: on
line source

# REQUIRES: system-linux
# RUN: llvm-bolt  %S/../../llvm/test/tools/llvm-profgen/Inputs/noinline-cs-pseudoprobe.perfbin --print-pseudo-probes=all -o %t.bolt 2>&1 | FileCheck %s

;; Report of decoding input pseudo probe binaries

; CHECK: GUID: 6699318081062747564 Name: foo
; CHECK: Hash: 563088904013236
; CHECK: GUID: 15822663052811949562 Name: main
; CHECK: Hash: 281479271677951
; CHECK: GUID: 16434608426314478903 Name: bar
; CHECK: Hash: 72617220756

CHECK:  [Probe]: FUNC: bar Index: 1  Type: Block
CHECK:  [Probe]: FUNC: bar Index: 4  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 1  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 2  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 5  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 6  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 2  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 3  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 4  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 8  Type: DirectCall
CHECK:  [Probe]: FUNC: foo Index: 6  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 2  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 7  Type: Block
CHECK:  [Probe]: FUNC: foo Index: 9  Type: DirectCall
CHECK:  [Probe]: FUNC: main Index: 1  Type: Block
CHECK:  [Probe]: FUNC: main Index: 2  Type: DirectCall

CHECK: Pseudo Probe Address Conversion results:

CHECK: Address: 0x201760 FUNC: bar Index: 1  Type: Block
CHECK: Address: 0x201760 FUNC: bar Index: 4  Type: Block
CHECK: Address: 0x201780 FUNC: foo Index: 1  Type: Block
CHECK: Address: 0x201780 FUNC: foo Index: 2  Type: Block
CHECK: Address: 0x20178d FUNC: foo Index: 5  Type: Block
CHECK: Address: 0x20178d FUNC: foo Index: 6  Type: Block
CHECK: Address: 0x20178d FUNC: foo Index: 2  Type: Block
CHECK: Address: 0x20179b FUNC: foo Index: 3  Type: Block
CHECK: Address: 0x2017ba FUNC: foo Index: 4  Type: Block
CHECK: Address: 0x2017bc FUNC: foo Index: 8  Type: DirectCall
CHECK: Address: 0x2017ba FUNC: foo Index: 6  Type: Block
CHECK: Address: 0x2017ba FUNC: foo Index: 2  Type: Block
CHECK: Address: 0x2017ce FUNC: foo Index: 7  Type: Block
CHECK: Address: 0x2017d5 FUNC: foo Index: 9  Type: DirectCall
CHECK: Address: 0x2017f0 FUNC: main Index: 1  Type: Block
CHECK: Address: 0x2017f4 FUNC: main Index: 2  Type: DirectCall

CHECK: 			Address:  2103136
CHECK-NEXT:  [Probe]: FUNC: bar Index: 1  Type: Block
CHECK-NEXT:  [Probe]: FUNC: bar Index: 4  Type: Block
CHECK-NEXT: Address:  2103168
CHECK-NEXT:  [Probe]: FUNC: foo Index: 1  Type: Block
CHECK-NEXT:  [Probe]: FUNC: foo Index: 2  Type: Block
CHECK-NEXT: Address:  2103181
CHECK-NEXT:  [Probe]: FUNC: foo Index: 5  Type: Block
CHECK-NEXT:  [Probe]: FUNC: foo Index: 6  Type: Block
CHECK-NEXT:  [Probe]: FUNC: foo Index: 2  Type: Block
CHECK-NEXT: Address:  2103195
CHECK-NEXT:  [Probe]: FUNC: foo Index: 3  Type: Block
CHECK-NEXT: Address:  2103226
CHECK-NEXT:  [Probe]: FUNC: foo Index: 4  Type: Block
CHECK-NEXT:  [Probe]: FUNC: foo Index: 6  Type: Block
CHECK-NEXT:  [Probe]: FUNC: foo Index: 2  Type: Block
CHECK-NEXT: Address:  2103228
CHECK-NEXT:  [Probe]: FUNC: foo Index: 8  Type: DirectCall
CHECK-NEXT: Address:  2103246
CHECK-NEXT:  [Probe]: FUNC: foo Index: 7  Type: Block
CHECK-NEXT: Address:  2103253
CHECK-NEXT:  [Probe]: FUNC: foo Index: 9  Type: DirectCall
CHECK-NEXT: Address:  2103280
CHECK-NEXT:  [Probe]: FUNC: main Index: 1  Type: Block
CHECK-NEXT: Address:  2103284
CHECK-NEXT:  [Probe]: FUNC: main Index: 2  Type: DirectCall