From 80d68b05199d288df8ccd7a073ac32ebfc90be62 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Feb 2026 13:23:57 +0200 Subject: docs: record decision on idle pseudo-event bucket --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9a57ef..dce3849 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Important details: - `durationToPrevNs` is tracked per `tid` (thread), not globally across all threads. - The first observed syscall pair for a thread has `durationToPrevNs = 0` because there is no prior exit timestamp. - `durationToPrevNs` is attributed to the current syscall pair (the one whose `enter` closes the gap). +- There is no separate "idle" pseudo-event bucket; use the `durationToPrev` count field when collapsed/aggregated output should emphasize inter-syscall time. ## Fedora -- cgit v1.2.3