1 रिपॉजिटरी
Components that handle the loading, execution, and unloading of kernel-space programs from userspace.
Distinct from Control Planes: Distinct from Control Planes: focuses on the lifecycle management of kernel probes rather than global state coordination of distributed systems.
Explore 1 awesome GitHub repository matching software engineering & architecture · Program Lifecycle Managers. Refine with filters or upvote what's useful.
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
Manages the lifecycle of kernel programs by loading bytecode and reading data from shared memory maps.