diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-23 13:23:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-23 13:23:57 +0200 |
| commit | 80d68b05199d288df8ccd7a073ac32ebfc90be62 (patch) | |
| tree | fb69907935545527ddf65c5a9fad8003014e80a8 /README.md | |
| parent | 4bdb0505635e66e07aa7edd9d1f842f860aa581c (diff) | |
docs: record decision on idle pseudo-event bucket
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
