Cheat sheet for lock debugging in the Linux kernel

From time to time I’m getting a performance problems that requires identifying the lock in the Linux kernel that causes too much lock contention. The newer kernels are well equipped to help you find that lock. If you can do … Read the rest