awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositorieseBPF Kprobe Attachments

Attaches an eBPF program to a kernel function entry point, executing custom logic each time the function is called.

Distinct from Kernel Function Kprobes: Distinct from Kernel Function Kprobes: focuses on attaching eBPF programs to kprobes, not the kprobe mechanism itself.

Explore 1 awesome GitHub repository matching operating systems & systems programming · eBPF Kprobe Attachments. Refine with filters or upvote what's useful.

Awesome eBPF Kprobe Attachments GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • aya-rs/ayaAvatar von aya-rs

    aya-rs/aya

    4,321Auf GitHub ansehen↗

    Aya is a Rust-native framework for writing, compiling, and loading eBPF programs into the Linux kernel. It provides a complete development environment that eliminates the need for a C toolchain or libbpf, allowing developers to work entirely within the Rust ecosystem. The framework manages the full lifecycle of eBPF programs, including async runtime integration, CO-RE BTF resolution for kernel version portability, ELF-based program loading, and safe kernel memory access. The framework distinguishes itself through its pure Rust compilation pipeline, which compiles Rust source code directly int

    Attaches eBPF programs to kernel function entry points via kprobes for custom logic execution.

    Rustbpfebpfobservability
    Auf GitHub ansehen↗4,321
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Function Kprobes
  4. eBPF Kprobe Attachments