summaryrefslogtreecommitdiffstats
path: root/runtime/probes/where_func/stp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/where_func/stp')
-rwxr-xr-xruntime/probes/where_func/stp18
1 files changed, 6 insertions, 12 deletions
diff --git a/runtime/probes/where_func/stp b/runtime/probes/where_func/stp
index ca0cb63c..4baf70ff 100755
--- a/runtime/probes/where_func/stp
+++ b/runtime/probes/where_func/stp
@@ -32,17 +32,11 @@ fi
#/sbin/insmod $modulename
-# print to screen only, 4 8K buffers
-#../../stpd/stpd -p -b 8192 -n 4
+# print to screen only
+#../../stpd/stpd -p $modulename
-# print to screen and log to files, 4 8K buffers
-../../stpd/stpd -b 8192 -n 4 $modulename
+# print to screen and log to files (file logging only if #define STP_NETLINK_ONLY commented out in module)
+../../stpd/stpd $modulename
-# print to screen and log to files, 4 8K buffers
-#../../stpd/stpd -b 8192 -n 4
-
-# no screen or log
-#../../stpd/stpd -q -b 8192 -n 4
-
-# stpd will remove module when it exits
-#/sbin/rmmod $modulename
+# no screen, log to files (file logging only if #define STP_NETLINK_ONLY commented out in module)
+#../../stpd/stpd -q $modulename