diff --git a/ebpf_trace_instrumentation/tests/data/test_events.json b/ebpf_trace_instrumentation/tests/data/test_events.json new file mode 100644 index 0000000..8905fe6 --- /dev/null +++ b/ebpf_trace_instrumentation/tests/data/test_events.json @@ -0,0 +1,44 @@ +[ + { + "ktime_ns": 1710000000012, + "CPU": 0, + "field_tag": "mult", + "new_value_hash": 23847234, + "corr_id": "C0A801001" + }, + { + "ktime_ns": 1710000001456, + "CPU": 1, + "field_tag": "shift", + "new_value_hash": 8973452, + "corr_id": "C0A801002" + }, + { + "ktime_ns": 1710000002899, + "CPU": 2, + "field_tag": "clocksource_id", + "new_value_hash": 34598723, + "corr_id": "C0A801003" + }, + { + "ktime_ns": 1710000003000, + "CPU": 0, + "field_tag": "mult", + "new_value_hash": 23847235, + "corr_id": "C0A801004" + }, + { + "ktime_ns": 1710000004550, + "CPU": 3, + "field_tag": "shift", + "new_value_hash": 8973499, + "corr_id": "C0A801005" + }, + { + "ktime_ns": 1710000004999, + "CPU": 1, + "field_tag": "mult", + "new_value_hash": 23847236, + "corr_id": "C0A801006" + } +] \ No newline at end of file