1 रिपॉजिटरी
Transferring trace data from the kernel to userspace using the Linux perf event array mechanism.
Distinct from Perf Data Parsers: This is a data transport mechanism, whereas the candidates focus on parsing or visualizing the resulting files.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Perf Event Array Streaming. Refine with filters or upvote what's useful.
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
Streams kernel events to userspace applications via perf event arrays and ring buffers.