Refining Core Development Skills
Jun 20, 2023 · Operations
Understanding Linux Software Performance Events and Using perf for Profiling
This article explains how software performance events in the Linux kernel affect application performance, demonstrates how to list, count, and trace these events with perf, and shows how to visualize the results using FlameGraph to pinpoint bottlenecks such as cache misses, context switches, and page faults.
CPULinuxcontext switches
0 likes · 10 min read