Lines Matching +full:nonstop +full:- +full:tsc
1 # RUN: llvm-xray account -d %s -m %S/Inputs/simple-instrmap.yaml | FileCheck --check-prefixes=ALL %s
2 # RUN: llvm-xray account -d --recursive-calls-only %s -m %S/Inputs/simple-instrmap.yaml | FileCheck…
4 ---
8 constant-tsc: true
9 nonstop-tsc: true
10 cycle-frequency: 0
20 # tail-called f3(). We make sure that if we see a trace like this that we can
28 # with a flag "-d" or "-deduce-sibling-calls".
30 - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-enter, tsc: 10000 }
31 - { type: 0, func-id: 2, cpu: 1, thread: 111, kind: function-enter, tsc: 10001 }
32 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-enter, tsc: 10002 }
33 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-exit, tsc: 10003 }
34 - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-exit, tsc: 10004 }
35 - { type: 0, func-id: 2, cpu: 1, thread: 111, kind: function-enter, tsc: 10005 }
36 - { type: 0, func-id: 2, cpu: 1, thread: 111, kind: function-exit, tsc: 10006 }
40 # ALL-NEXT: funcid count [ min, med, 90p, 99p, max] sum …
41 # ALL-NEXT: 1 1 [ 4.000000, 4.000000, 4.000000, 4.000000, 4.000000] 4.000000 …
42 # ALL-NEXT: 2 2 [ 1.000000, 3.000000, 3.000000, 3.000000, 3.000000] 4.000000 …
43 # ALL-NEXT: 3 1 [ 1.000000, 1.000000, 1.000000, 1.000000, 1.000000] 1.000000 …
46 # RECURSIVE-NEXT: funcid count [ min, med, 90p, 99p, max] …