Rename BpfPerfBuffer to PerfEventArray, add struct_parser to BpfObject as a shared_ptr

This commit is contained in:
Pragyansh Chaturvedi
2025-10-19 22:34:10 +05:30
parent 05d5bba4f7
commit cbfe6ae95e
7 changed files with 80 additions and 22 deletions

View File

@ -21,8 +21,8 @@ pybind11_add_module(
src/core/bpf_object.cpp
# Maps
src/maps/bpf_perf_buffer.h
src/maps/bpf_perf_buffer.cpp
src/maps/perf_event_array.h
src/maps/perf_event_array.cpp
# Utils
src/utils/struct_parser.h