From e4c32963e5fdf1d00fd4ac9fc21425fdea318739 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 19 Mar 2026 09:35:50 +0200 Subject: fix: preserve final capture tokens in parser (task 465) --- systemtap/src/ioriot.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemtap/src/ioriot.stp') 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], -- cgit v1.2.3