[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / tools / llvm-xray / X86 / convert-fdr-log-arg1-version3-to-yaml.txt
blob594bf01945c7068ef29fff0f0dcdee6795120a4b
1 ; RUN: llvm-xray convert %S/Inputs/fdr-log-arg1-version-3.xray -f yaml -o - | FileCheck %s
3 ; CHECK:      ---
4 ; CHECK-NEXT: header:
5 ; CHECK-NEXT:   version:         3
6 ; CHECK-NEXT:   type:            1
7 ; CHECK-NEXT:   constant-tsc:    true
8 ; CHECK-NEXT:   nonstop-tsc:     true
9 ; CHECK-NEXT:   cycle-frequency: 3900000000
10 ; CHECK-NEXT: records:
11 ; CHECK-NEXT:   - { type: 0, func-id: 3, function: '3', cpu: 6, thread: 2631, process: 2631, kind: function-enter, tsc: 2034042117104344, data: '' }
12 ; CHECK-NEXT:   - { type: 0, func-id: 3, function: '3', cpu: 6, thread: 2631, process: 2631, kind: function-exit, tsc: 2034042117199088, data: '' }
13 ; CHECK-NEXT:   - { type: 0, func-id: 2, function: '2', cpu: 6, thread: 2631, process: 2631, kind: function-enter, tsc: 2034043145686378, data: '' }
14 ; CHECK-NEXT:   - { type: 0, func-id: 2, function: '2', cpu: 6, thread: 2631, process: 2631, kind: function-exit, tsc: 2034043145762200, data: '' }
15 ; CHECK-NEXT:   - { type: 0, func-id: 1, function: '1', args: [ 67 ], cpu: 6, thread: 2631, process: 2631, kind: function-enter-arg, tsc: 2034049739853430, data: '' }
16 ; CHECK-NEXT:   - { type: 0, func-id: 1, function: '1', cpu: 6, thread: 2631, process: 2631, kind: function-exit, tsc: 2034049739878154, data: '' }
17 ; CHECK-NEXT: ...