summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-23 13:23:57 +0200
committerPaul Buetow <paul@buetow.org>2026-02-23 13:23:57 +0200
commit80d68b05199d288df8ccd7a073ac32ebfc90be62 (patch)
treefb69907935545527ddf65c5a9fad8003014e80a8
parent4bdb0505635e66e07aa7edd9d1f842f860aa581c (diff)
docs: record decision on idle pseudo-event bucket
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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