Remove sys_ prefix from syscall names
[lttng-modules.git] / instrumentation / syscalls / lttng-get-syscall-inout.sh
index 0aa84475775bc7c3b09cd7e3006827c2f49d800f..3fb394031fae54ee88f020bcb11b5b79c934174c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # example usage:
-# lttng-get-syscall-inout.sh table-syscall-inout.txt sys_select 1
+# lttng-get-syscall-inout.sh table-syscall-inout.txt select 1
 
 FILENAME=$1
 SYSCALL_NAME=$2
This page took 0.023763 seconds and 4 git commands to generate.