From 79babb8c78250de3c32e1a4ee82607766657b09f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Wed, 19 Dec 2018 15:25:41 +0000 Subject: bump capture version --- systemtap/src/ioriot.stp | 2 +- systemtap/src/javaioriot.stp | 2 +- systemtap/src/targetedioriot.stp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'systemtap/src') 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 { -- cgit v1.2.3