Home | History | Annotate | Download | only in X86
      1 ; RUN: llvm-xray convert %S/Inputs/basic-log-arg1-version-3.xray -f=yaml -o - | FileCheck %s
      2 
      3 ; CHECK:      ---
      4 ; CHECK-NEXT: header:
      5 ; CHECK-NEXT:   version:         3
      6 ; CHECK-NEXT:   type:            0
      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: 0, thread: 2590, process: 2590, kind: function-enter, tsc: 2033303630902004 }
     12 ; CHECK-NEXT:   - { type: 0, func-id: 3, function: '3', cpu: 0, thread: 2590, process: 2590, kind: function-exit, tsc: 2033403115246844 }
     13 ; CHECK-NEXT:   - { type: 0, func-id: 2, function: '2', cpu: 0, thread: 2590, process: 2590, kind: function-enter, tsc: 2033490200702516 }
     14 ; CHECK-NEXT:   - { type: 0, func-id: 2, function: '2', cpu: 0, thread: 2590, process: 2590, kind: function-exit, tsc: 2033504122687120 }
     15 ; CHECK-NEXT:   - { type: 0, func-id: 1, function: '1', args: [ 67 ], cpu: 0, thread: 2590, process: 2590, kind: function-enter-arg, tsc: 2033505343905936 }
     16 ; CHECK-NEXT:   - { type: 0, func-id: 1, function: '1', cpu: 0, thread: 2590, process: 2590, kind: function-exit, tsc: 2033505343936752 }
     17 ; CHECK-NEXT: ...
     18