Get the latest tech news

Linux 6.15 Perf Tooling Introduces New Support For Latency Profiling


The perf tools changes were merged today for the Linux 6.15 kernel

Most notable this cycle for the wonderful perf tooling is introducing the notion of latency profiling by leveraging kernel scheduler information. By tracking context switches, it can weight samples and find which part of the code contributed more to the execution latency. ... Brief outline of the implementation: - add context switch collection during record - calculate number of threads running on CPUs (parallelism level) during report - divide each sample weight by the parallelism level This effectively models that we were taking 1 sample per unit of wall-clock time.

Get the Android app

Or read this on Phoronix

Read more on:

Photo of Linux

Linux

Photo of new support

new support

Photo of latency profiling

latency profiling

Related news:

News photo

Linux 6.15 exFAT Can Delete Files Much Faster: 4+ Minutes To 1.6 Second Optimization

News photo

Firefox 137 Release Brings VA-API Accelerated H.265 On Linux

News photo

Linux 6.15 Introduces SPI Offloading, Converts More Drivers To The Faux Bus