2012-10-10 13:26:27 +00:00
|
|
|
--- a/utils/opcontrol
|
|
|
|
+++ b/utils/opcontrol
|
2014-06-06 10:51:44 +00:00
|
|
|
@@ -249,7 +249,7 @@ load_module_26()
|
2012-10-10 13:26:27 +00:00
|
|
|
{
|
|
|
|
grep oprofilefs /proc/filesystems >/dev/null
|
|
|
|
if test "$?" -ne 0; then
|
|
|
|
- modprobe oprofile
|
|
|
|
+ insmod oprofile
|
|
|
|
if test "$?" != "0"; then
|
|
|
|
# couldn't load the module
|
|
|
|
return
|