Skip to content

Fix eventlog all option (Fixes #21813)

Teo Camarasu requested to merge teo/ghc:T21813 into master

This patch makes a and -a enable/disable all event types. It seems like this wasn't updated when new event types were added so nonmoving_gc and ticky were missing.

Once this is merged I can make backport MRs to 9.2 and 9.4

Merge request reports