Rename RingBuf map to RingBuffer

This commit is contained in:
Pragyansh Chaturvedi
2025-11-12 01:07:12 +05:30
parent df981be095
commit cd52d0d91b
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
from .maps import HashMap, PerfEventArray, RingBuf
from .maps import HashMap, PerfEventArray, RingBuffer
from .maps_pass import maps_proc
__all__ = ["HashMap", "PerfEventArray", "maps_proc", "RingBuf"]
__all__ = ["HashMap", "PerfEventArray", "maps_proc", "RingBuffer"]