Month: February 2015

  • Profiling Linux Kernel Modules

    Code profiling is a useful technique to help find what sections of code that might be written inefficiently.  Profiling a usperspace application is well documented, but I had to piece together the process for profiling a Linux kernel module.  Here is how you do it: Make sure the oprofile package is installed on your system. …