Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,393
    • Issues 4,393
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 377
    • Merge Requests 377
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #19054

Closed
Open
Opened Dec 12, 2020 by Alex D@nineonine🍄Developer

RTS does not emit ticky counter samples into eventlog

Summary

RTS does not emit ticky counter samples into eventlog when compiled and linked with necessary flags.

I discovered this issue while working on nofib#10

Steps to reproduce

Compile a hello-world program with

ghc -eventlog -ticky -ticky-allocd -ticky-dyn-thunk -rtsopts HelloWorld.hs --make -fforce-recomp

then run it

./HelloWorld +RTS -lT

check the eventlog

ghc-events show HelloWorld.eventlog

Observe that event 211 EVENT_TICKY_COUNTER_SAMPLE is missing in the eventlog.

Expected behavior

EVENT_TICKY_COUNTER_SAMPLE is present in the eventlog.

Environment

  • GHC version used: 9.1.0.20201210
Assignee
Assign to
9.2.1
Milestone
9.2.1
Assign milestone
Time tracking
None
Due date
None
Reference: ghc/ghc#19054