Add clocksource_switch_analysis/tests/data/sample_trace.json
This commit is contained in:
parent
c1ccf330a0
commit
68942d0a63
1 changed files with 38 additions and 0 deletions
38
clocksource_switch_analysis/tests/data/sample_trace.json
Normal file
38
clocksource_switch_analysis/tests/data/sample_trace.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
[
|
||||
{
|
||||
"timestamp": 1.001,
|
||||
"cpu_id": 0,
|
||||
"seqcount_retry_count": 0,
|
||||
"clocksource": "tsc"
|
||||
},
|
||||
{
|
||||
"timestamp": 1.023,
|
||||
"cpu_id": 1,
|
||||
"seqcount_retry_count": 1,
|
||||
"clocksource": "tsc"
|
||||
},
|
||||
{
|
||||
"timestamp": 1.050,
|
||||
"cpu_id": 0,
|
||||
"seqcount_retry_count": 2,
|
||||
"clocksource": "hpet"
|
||||
},
|
||||
{
|
||||
"timestamp": 1.075,
|
||||
"cpu_id": 2,
|
||||
"seqcount_retry_count": 0,
|
||||
"clocksource": "tsc"
|
||||
},
|
||||
{
|
||||
"timestamp": 1.120,
|
||||
"cpu_id": 3,
|
||||
"seqcount_retry_count": 0,
|
||||
"clocksource": "tsc"
|
||||
},
|
||||
{
|
||||
"timestamp": 1.180,
|
||||
"cpu_id": 1,
|
||||
"seqcount_retry_count": 3,
|
||||
"clocksource": "hpet"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue