Add clocksource_switch_analysis/tests/data/sample_trace.json

This commit is contained in:
Mika 2026-01-22 11:58:38 +00:00
parent c1ccf330a0
commit 68942d0a63

View 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"
}
]