Commit graph

8 commits

Author SHA1 Message Date
Simon Cruanes
eb651f1197
refactor eio client 2025-12-05 23:33:34 -05:00
Simon Cruanes
2a798098c5
wip: various fixes 2025-12-04 10:18:18 -05:00
Simon Cruanes
d52345c3a8
wip: refactor 2025-12-03 16:07:14 -05:00
Simon Cruanes
8290b9bd81
fix warnings 2025-12-01 20:32:04 -05:00
Shon Feder
474d43bdad
Use domain ID instead of thread ID in Eio collector
Eio programs are not generally expected to use threads for concurrency,
but they may well use different domains which we'd want to track during
debugging.
2025-09-07 23:25:25 -04:00
Shon Feder
ddbdc80d57
make Eio collector thread safe
The backend cannot take a switch, because switches cannot be shared
across domains, but the backend is accessed across domains from a global
variable.
2025-08-01 13:56:50 -04:00
Shon Feder
7cdadfaeeb
Fix exception message 2025-08-01 13:56:50 -04:00
Shon Feder
7746c871c2
Add Eio collector 2025-07-12 00:30:31 -04:00