0

I want to install kerneltap in ubuntu. I want to know whether if I need to recompile the kernel again then which options should I turn on in the kernel during recompilation.

pradeepchhetri
  • 2,899
  • 6
  • 28
  • 50

1 Answers1

0

Systemtap has worked fine on the basic Ubuntu kernels for some time. The challenge is locating the stripped debugging information that matches the exact kernel version you run. http://sourceware.org/systemtap/wiki/SystemtapOnUbuntu

fche
  • 2,641
  • 20
  • 28