30 lines
No EOL
539 B
JSON
30 lines
No EOL
539 B
JSON
[
|
|
{
|
|
"correlation_id": "case01",
|
|
"had_sched_switch": 1,
|
|
"had_irq": 0,
|
|
"had_softirq": 1,
|
|
"cpu_ids_seen": [0, 1]
|
|
},
|
|
{
|
|
"correlation_id": "case02",
|
|
"had_sched_switch": 0,
|
|
"had_irq": 1,
|
|
"had_softirq": 0,
|
|
"cpu_ids_seen": [2]
|
|
},
|
|
{
|
|
"correlation_id": "case03",
|
|
"had_sched_switch": 1,
|
|
"had_irq": 1,
|
|
"had_softirq": 1,
|
|
"cpu_ids_seen": [0, 1, 2]
|
|
},
|
|
{
|
|
"correlation_id": "case04",
|
|
"had_sched_switch": 0,
|
|
"had_irq": 0,
|
|
"had_softirq": 0,
|
|
"cpu_ids_seen": [3]
|
|
}
|
|
] |