[Git][ghc/ghc][wip/adamse/eventlog-docs] 2 commits: docs: add BlockedOnMVarRead thread status in eventlog encodings
ase (@adamse)
gitlab at gitlab.haskell.org
Sun Mar 12 11:02:15 UTC 2023
ase pushed to branch wip/adamse/eventlog-docs at Glasgow Haskell Compiler / GHC
Commits:
d275b182 by Adam Sandberg Ericsson at 2023-03-12T11:01:40+00:00
docs: add BlockedOnMVarRead thread status in eventlog encodings
- - - - -
ab4ef9cc by Adam Sandberg Ericsson at 2023-03-12T11:02:11+00:00
docs: add TASK_DELETE event in evenlog encodings
- - - - -
1 changed file:
- docs/users_guide/eventlog-formats.rst
Changes:
=====================================
docs/users_guide/eventlog-formats.rst
=====================================
@@ -164,6 +164,7 @@ Thread and scheduling events
* 12: BlockedOnSTM
* 13: BlockedOnDoProc
* 16: BlockedOnMsgThrowTo
+ * 20: BlockedOnMVarRead
:field ThreadId: thread id of thread being blocked on (only for some status
values)
@@ -538,6 +539,15 @@ Task events
Marks the migration of a task to a new capability.
+.. event-type:: TASK_DELETE
+
+ :tag: 57
+ :length: fixed
+ :field TaskId: task id
+
+ Marks the deletion of a task.
+
+
Tracing events
~~~~~~~~~~~~~~
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/70ebd2b731677194883e20319ce9b66c8a829f91...ab4ef9cc0c5dccb6a1e1f7784ea83d88261f7561
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/70ebd2b731677194883e20319ce9b66c8a829f91...ab4ef9cc0c5dccb6a1e1f7784ea83d88261f7561
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230312/fb806be1/attachment-0001.html>
More information about the ghc-commits
mailing list