1 Repo
Tools for aggregating kernel-level tracepoints into statistical summaries and histograms.
Distinct from Frequency Analyzers: Distinct from Frequency Analyzers: specifically operates on kernel tracepoint events rather than general data collections.
Explore 1 awesome GitHub repository matching data & databases · Kernel Event Analyzers. Refine with filters or upvote what's useful.
This project is a specialized toolset for profiling kernel latency, analyzing tracepoint frequency, and monitoring system-wide performance data. It functions as a kernel performance profiler, tracepoint analyzer, and a collection of utilities for the Linux ftrace and perf_events subsystems. The toolkit provides high-level abstractions via shell-scripted wrappers to manage complex kernel tracing interfaces. It distinguishes itself through the use of bucket-based event histograms to visualize the distribution of kernel events and the ability to identify functions exceeding specific latency thre
Aggregates tracepoint data into histograms and summaries to analyze the frequency of specific kernel events.