summaryrefslogtreecommitdiff
path: root/systemtap/src
diff options
context:
space:
mode:
authorPaul Bütow <pbuetow@mimecast.com>2018-12-19 15:25:41 +0000
committerPaul Bütow <pbuetow@mimecast.com>2018-12-19 15:25:41 +0000
commit79babb8c78250de3c32e1a4ee82607766657b09f (patch)
tree6e5539d715212f2a22f0f53c4841a4264835a892 /systemtap/src
parentf1d439c16a3c576bc6bde5ff42e83f5eb65dfc18 (diff)
bump capture version
Diffstat (limited to 'systemtap/src')
-rw-r--r--systemtap/src/ioriot.stp2
-rw-r--r--systemtap/src/javaioriot.stp2
-rw-r--r--systemtap/src/targetedioriot.stp2
3 files changed, 3 insertions, 3 deletions
diff --git a/systemtap/src/ioriot.stp b/systemtap/src/ioriot.stp
index 529bfb6..cefc8da 100644
--- a/systemtap/src/ioriot.stp
+++ b/systemtap/src/ioriot.stp
@@ -80,7 +80,7 @@ probe timer.s(3600) {
}
probe begin {
- printf("#|capture_version=%d|\n", 2);
+ printf("#|capture_version=%d|\n", 3);
}
probe syscall.open, syscall.openat {
diff --git a/systemtap/src/javaioriot.stp b/systemtap/src/javaioriot.stp
index 3b50e36..4600aee 100644
--- a/systemtap/src/javaioriot.stp
+++ b/systemtap/src/javaioriot.stp
@@ -80,7 +80,7 @@ probe timer.s(3600) {
}
probe begin {
- printf("#|capture_version=%d|\n", 2);
+ printf("#|capture_version=%d|\n", 3);
}
probe syscall.open, syscall.openat {
diff --git a/systemtap/src/targetedioriot.stp b/systemtap/src/targetedioriot.stp
index f44dd4f..642c382 100644
--- a/systemtap/src/targetedioriot.stp
+++ b/systemtap/src/targetedioriot.stp
@@ -80,7 +80,7 @@ probe timer.s(3600) {
}
probe begin {
- printf("#|capture_version=%d|\n", 2);
+ printf("#|capture_version=%d|\n", 3);
}
probe syscall.open, syscall.openat {