Add perf_event_output boilerplate

This commit is contained in:
Pragyansh Chaturvedi
2025-09-21 15:14:28 +05:30
parent 6b92a16ca1
commit 69a86c2433
3 changed files with 9 additions and 0 deletions

View File

@ -30,3 +30,6 @@ class PerfEventArray:
self.key_type = key_size
self.value_type = value_size
self.entries = {}
def output(self, data):
pass # Placeholder for output method