diff options
Diffstat (limited to 'rts/RtsProbes.d')
-rw-r--r-- | rts/RtsProbes.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsProbes.d b/rts/RtsProbes.d index 04005108d5..1c74619e79 100644 --- a/rts/RtsProbes.d +++ b/rts/RtsProbes.d @@ -50,6 +50,7 @@ provider HaskellEvent { probe request__seq__gc (EventCapNo); probe request__par__gc (EventCapNo); probe create__spark__thread (EventCapNo, EventThreadID); + probe thread__label (EventCapNo, EventThreadID, char *); /* other events */ /* This one doesn't seem to be used at all at the moment: */ |