Skip to content

Commit

Permalink
tracing: amend generate_events_enum to create correctly fromatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej committed May 16, 2024
1 parent 99af80f commit 657c728
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/generate_events_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@
# Automatically generated from utils/generate_events_enum.py
from enum import Enum
class CoreEvent(Enum):
{core_items}
class MemEvent(Enum):
{mem_items}
class PLEvent(Enum):
{pl_items}
"""
Expand Down

0 comments on commit 657c728

Please sign in to comment.