latency-tracker
latency-tracker copied to clipboard
Kernel module to track latencies between 2 events (punch in, punch out) with timeout
New interface introduced in kernel 5.1, providing common infrastructure for stacktrace. Sadly, this code is incompatible with kernels >= 5.1 as a result.
Heads up, when trying to build this library on newer versions of the linux kernel, some of the functions that this library needs are deprecated.
Hi, I haven't tried the latency tool. But just did a walk through. Is there any ARM support as well?