Tag

context switches

1 views collected around this technical thread.

Refining Core Development Skills
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.

CPUcontext switchesflamegraph
0 likes · 10 min read
Understanding Linux Software Performance Events and Using perf for Profiling