Fix Bindings and PerfEventArray

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 00:28:27 +05:30
parent 8babf3087b
commit 1eb7ed460e
2 changed files with 65 additions and 46 deletions

View File

@ -1,6 +1,8 @@
#include "perf_event_array.h"
#include "core/bpf_exception.h"
#include "core/bpf_map.h"
#include "core/bpf_object.h"
#include "utils/struct_parser.h"
PerfEventArray::PerfEventArray(std::shared_ptr<BpfMap> map, int page_cnt,
py::function callback, py::object lost_callback)