Disable NMI watchdog for code profiling with Vtune or Oprofile in Linux
Sep 2013
Just run the following command before launching VTune
$ echo "0" | sudo tee /proc/sys/kernel/watchdog
Sep 2013
Just run the following command before launching VTune
$ echo "0" | sudo tee /proc/sys/kernel/watchdog