mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-23 21:51:31 +00:00
Rename BpfPerfBuffer to PerfEventArray, add struct_parser to BpfObject as a shared_ptr
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user