Module gpu_mem

Module gpu_mem 

Source

Structs§

GpuMemConsumer
Processes GPU memory events from the BPF ring buffer.
GpuMemEvent
GPU memory allocation event from BPF uprobe on libcuda.so. Layout must match struct zernel_gpu_mem_event in common.h.

Functions§

deserialize_event 🔒
Safely deserialize a C struct from a raw byte buffer. Returns None if the buffer is too small.