From 3ea11ca023935276de1dbae6dfda0d082d381118 Mon Sep 17 00:00:00 2001 From: Mika Date: Thu, 15 Jan 2026 10:47:39 +0000 Subject: [PATCH] Add ebpf_trace_instrumentation/tests/data/test_events.json --- .../tests/data/test_events.json | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ebpf_trace_instrumentation/tests/data/test_events.json 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