awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesKernel Structure Tracing

The ability to dereference and inspect internal kernel data structures via raw pointers and type information.

Distinct from Data Structures: Existing candidates for Data Structures are too general or focus on educational/CRM contexts.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Structure Tracing. Refine with filters or upvote what's useful.

Awesome Kernel Structure Tracing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bpftrace/bpftracebpftrace का अवतार

    bpftrace/bpftrace

    9,950GitHub पर देखें↗

    bpftrace is a high-level eBPF tracing tool and kernel instrumentation framework for Linux. It provides a tracing language to instrument kernel and user-space events without recompiling the system, functioning as a dynamic system profiler and event aggregator. The project enables dynamic system tracing and Linux kernel observability by capturing tracepoints and dynamic probes in real time. It allows for kernel data inspection and runtime process debugging by accessing internal data structures and filtering specific process events. Its capability surface covers system performance analysis, inc

    Provides the capability to access and dereference internal kernel structures by casting raw arguments or using type information.

    C++bccbpfebpf
    GitHub पर देखें↗9,950
  • eunomia-bpf/bpf-developer-tutorialeunomia-bpf का अवतार

    eunomia-bpf/bpf-developer-tutorial

    4,145GitHub पर देखें↗

    This project is an educational resource providing a comprehensive development tutorial for writing and loading eBPF programs using C, Go, and Rust within the Linux kernel. It serves as a technical guide for developing custom logic to execute directly in the kernel. The materials cover specialized domains including kernel observability and tracing, security implementation for intrusion detection, and high-performance network engineering for packet filtering and load balancing. It also includes dedicated manuals for Linux kernel tracing and the use of kprobes, uprobes, and tracepoints. The pro

    Allows dereferencing and inspecting internal kernel data structures using raw pointers and type information.

    Cbpfebpfexamples
    GitHub पर देखें↗4,145
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Structure Tracing