diff options
Diffstat (limited to 'systemtap/src')
| -rw-r--r-- | systemtap/src/javaioreplay.stp | 5 | ||||
| -rw-r--r-- | systemtap/src/targetedioreplay.stp | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/systemtap/src/javaioreplay.stp b/systemtap/src/javaioreplay.stp index 9161f9e..4fca0ef 100644 --- a/systemtap/src/javaioreplay.stp +++ b/systemtap/src/javaioreplay.stp @@ -588,9 +588,4 @@ probe timer.s(3600) { exit(); } -# Stop probing after 1h (for safety) -probe timer.s(13) { - exit(); -} - # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 diff --git a/systemtap/src/targetedioreplay.stp b/systemtap/src/targetedioreplay.stp index aedee28..139a89b 100644 --- a/systemtap/src/targetedioreplay.stp +++ b/systemtap/src/targetedioreplay.stp @@ -588,9 +588,4 @@ probe timer.s(3600) { exit(); } -# Stop probing after 1h (for safety) -probe timer.s(13) { - exit(); -} - # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 |
