summaryrefslogtreecommitdiff
path: root/systemtap/src
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/src')
-rw-r--r--systemtap/src/ioriot.stp (renamed from systemtap/src/ioreplay.stp)2
-rw-r--r--systemtap/src/javaioriot.stp (renamed from systemtap/src/javaioreplay.stp)2
-rw-r--r--systemtap/src/targetedioriot.stp (renamed from systemtap/src/targetedioreplay.stp)2
3 files changed, 3 insertions, 3 deletions
diff --git a/systemtap/src/ioreplay.stp b/systemtap/src/ioriot.stp
index c4b4f0b..9ea6a68 100644
--- a/systemtap/src/ioreplay.stp
+++ b/systemtap/src/ioriot.stp
@@ -15,7 +15,7 @@
# limitations under the License.
# This script is used to capture I/O on a Linux based system in order to replay
-# the same I/O via the ioreplay command line utility.
+# the same I/O via the ioriot command line utility.
#
# The tool will generate one line per captured I/O syscall to a .capture log
# file.
diff --git a/systemtap/src/javaioreplay.stp b/systemtap/src/javaioriot.stp
index 4fca0ef..3943971 100644
--- a/systemtap/src/javaioreplay.stp
+++ b/systemtap/src/javaioriot.stp
@@ -15,7 +15,7 @@
# limitations under the License.
# This script is used to capture I/O on a Linux based system in order to replay
-# the same I/O via the ioreplay command line utility.
+# the same I/O via the ioriot command line utility.
#
# The tool will generate one line per captured I/O syscall to a .capture log
# file.
diff --git a/systemtap/src/targetedioreplay.stp b/systemtap/src/targetedioriot.stp
index 139a89b..f72dc66 100644
--- a/systemtap/src/targetedioreplay.stp
+++ b/systemtap/src/targetedioriot.stp
@@ -15,7 +15,7 @@
# limitations under the License.
# This script is used to capture I/O on a Linux based system in order to replay
-# the same I/O via the ioreplay command line utility.
+# the same I/O via the ioriot command line utility.
#
# The tool will generate one line per captured I/O syscall to a .capture log
# file.