rts: Expose interface for configuring EventLogWriters
This exposes a set of interfaces from the GHC API for configuring EventLogWriters. These can be used by consumers like [ghc-eventlog-socket](https://github.com/bgamari/ghc-eventlog-socket).
parent
8a33abfc
No related branches found
No related tags found
Checking pipeline status
Showing
- docs/users_guide/8.10.1-notes.rst 4 additions, 0 deletionsdocs/users_guide/8.10.1-notes.rst
- docs/users_guide/runtime_control.rst 21 additions, 1 deletiondocs/users_guide/runtime_control.rst
- includes/rts/EventLogWriter.h 27 additions, 1 deletionincludes/rts/EventLogWriter.h
- rts/Trace.c 6 additions, 23 deletionsrts/Trace.c
- rts/eventlog/EventLog.c 77 additions, 23 deletionsrts/eventlog/EventLog.c
- rts/eventlog/EventLog.h 4 additions, 2 deletionsrts/eventlog/EventLog.h
- rts/eventlog/EventLogWriter.c 1 addition, 0 deletionsrts/eventlog/EventLogWriter.c
- testsuite/tests/rts/InitEventLogging.hs 11 additions, 0 deletionstestsuite/tests/rts/InitEventLogging.hs
- testsuite/tests/rts/InitEventLogging.stdout 8 additions, 0 deletionstestsuite/tests/rts/InitEventLogging.stdout
- testsuite/tests/rts/InitEventLogging_c.c 33 additions, 0 deletionstestsuite/tests/rts/InitEventLogging_c.c
- testsuite/tests/rts/all.T 3 additions, 0 deletionstestsuite/tests/rts/all.T
Loading
-
mentioned in merge request !1671 (closed)
-
mentioned in commit a5caf1a2
Please register or sign in to comment