mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-10 15:10:54 +00:00
Fix Bindings and PerfEventArray
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user