summaryrefslogtreecommitdiff
path: root/systemtap/src/ioriot.stp
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-19 09:35:50 +0200
committerPaul Buetow <paul@buetow.org>2026-03-19 09:35:50 +0200
commite4c32963e5fdf1d00fd4ac9fc21425fdea318739 (patch)
tree97e768b9766345612df07497ba2321f13c1f5d5a /systemtap/src/ioriot.stp
parent2e73e8906e5ba3f81578f1700f7478c94c92acb8 (diff)
fix: preserve final capture tokens in parser (task 465)
Diffstat (limited to 'systemtap/src/ioriot.stp')
-rw-r--r--systemtap/src/ioriot.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap/src/ioriot.stp b/systemtap/src/ioriot.stp
index 307aae5..1e12574 100644
--- a/systemtap/src/ioriot.stp
+++ b/systemtap/src/ioriot.stp
@@ -368,7 +368,7 @@ probe syscall.readahead {
probe syscall.readahead.return {
if(execname() != "stapio") {
ns = gettimeofday_ns()
- printf("t=%ld;:,D=%ld;:,i=%d:%d;:,o=%s;:,d=%d;:,b=%ld;:,O=%ld;:,c=%ld\n",
+ printf("t=%ld;:,D=%ld;:,i=%d:%d;:,o=%s;:,d=%d;:,b=%ld;:,O=%ld;:,c=%ld;:,\n",
ns, ns-PROBE_ENTRY_TIMES[tid(),name],
pid(), tid(), name,
ENTRY_FD[tid(),name],