haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 34 forks source link

Add support for extension to Ticky counter definition field #83

Closed mpickering closed 1 year ago

mpickering commented 2 years ago

The ticky counter definition event now has an additional word at the end which gives the address of the info table corresponding to that tick

GHC MR: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7525

Mikolaj commented 2 years ago

What's needed to get this merged?

mpickering commented 1 year ago

I updated the MR based on the review by @maoe . Please can we merge this now.

maoe commented 1 year ago

Thanks. I'll take a look in a few days as I'm on a trip right now.

maoe commented 1 year ago

LGTM, thanks for your contribution!