Add trace_analysis/tests/data/test_events.json

This commit is contained in:
Mika 2026-01-10 14:23:04 +00:00
parent 366b66fce7
commit b801904648

View file

@ -0,0 +1,32 @@
[
{
"event": "sched_migrate_task",
"migration_type": "unpinned",
"timestamp": "2024-07-01T12:00:00Z",
"latency_us": 320
},
{
"event": "sched_migrate_task",
"migration_type": "half_pinned",
"timestamp": "2024-07-01T12:00:01Z",
"latency_us": 780
},
{
"event": "sched_migrate_task",
"migration_type": "fully_pinned",
"timestamp": "2024-07-01T12:00:02Z",
"latency_us": 1500
},
{
"event": "clocksource_switch",
"migration_type": "fully_pinned",
"timestamp": "2024-07-01T12:00:03Z",
"latency_us": 900
},
{
"event": "sched_migrate_task",
"migration_type": "unpinned",
"timestamp": "2024-07-01T12:00:04Z",
"latency_us": 1200
}
]