Add trace_analysis/tests/data/test_events.json
This commit is contained in:
parent
366b66fce7
commit
b801904648
1 changed files with 32 additions and 0 deletions
32
trace_analysis/tests/data/test_events.json
Normal file
32
trace_analysis/tests/data/test_events.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue