mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-03 02:04:30 +08:00
- Introduced a comprehensive README.md detailing the use of eBPF for monitoring GPU activity through kernel tracepoints. - Added bpftrace scripts for monitoring AMD GPU operations, including buffer object creation, command submission, and interrupts. - Created a bpftrace script for tracking DRM GPU scheduler activity across all modern GPU drivers. - Developed a bpftrace script to monitor display vertical blanking events for frame timing analysis. - Implemented a bpftrace script for Intel i915 GPU activity, focusing on GEM object management, memory operations, and page faults.