summaryrefslogtreecommitdiff
path: root/rts/eventlog
Commit message (Expand)AuthorAgeFilesLines
* rts: Separate population of eventTypes from initial event generationBen Gamari2019-06-091-8/+17
* Add HEAP_PROF_SAMPLE_END event to mark end of samplesMatthew Pickering2019-06-072-0/+15
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-021-27/+37
* eventlog: Factor out eventlog header generation into separate functionBen Gamari2018-09-131-35/+40
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-212-6/+51
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-1/+2
* rts: Add heap breakdown type for -hTBen Gamari2017-09-051-0/+2
* eventlog: Clean up profiling heap breakdown typeBen Gamari2017-09-051-9/+0
* Fix Work Balance computation in RTS statsDouglas Wilson2017-07-112-5/+11
* rts: A bit of cleanup around the eventlogBen Gamari2017-06-191-67/+30
* Prefer #if defined to #ifdefBen Gamari2017-04-283-12/+12
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Abstract over the way eventlogs are flushedalexbiehl2017-01-313-78/+175
* Log heap profiler samples to event logBen Gamari2016-07-162-0/+203
* NUMA supportSimon Marlow2016-06-101-1/+1
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-052-19/+19
* EventLog: Loop fwrite if necessary during flushBen Gamari2015-11-011-10/+12
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-052-16/+0
* EventLog: Factor out ensureRoomFor*EventBen Gamari2015-09-051-83/+41
* Don't truncate traceEvents to 512 bytes (#8309)Thomas Miedema2015-02-172-12/+5
* Trac #9384: fix increasing capabilites number for eventlog.Alexander Vershilov2015-01-181-0/+9
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-292-16/+0
* bugfix: EventCapsetID should be EventThreadIDSimon Marlow2014-09-291-1/+1
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-282-0/+16
* rts: delint/detab/dewhitespace EventLog.cAustin Seipp2014-07-281-33/+36
* rts: Fix #9003 with an annoying hackAustin Seipp2014-07-091-0/+5
* rts: remove unused functions, fix validate on OS XAustin Seipp2014-03-271-7/+1
* Add a new traceMarker# primop for use in profiling outputDuncan Coutts2012-10-152-0/+25
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-072-20/+20
* Define the task-tracking eventsDuncan Coutts2012-07-102-9/+101
* A couple of build fixes for Win64Ian Lynagh2012-04-241-1/+4
* Make the prototype for postHeapEvent match the definitionIan Lynagh2012-04-241-1/+1
* Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GCMikolaj2012-04-041-0/+2
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-042-1/+23
* Adjust the eventlog description header for the spark counter eventDuncan Coutts2012-04-041-0/+1
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-042-0/+150
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-042-9/+46
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-062-6/+22
* Time handling overhaulSimon Marlow2011-11-251-1/+1
* Drop ".exe" exetention from eventlog file nameDuncan Coutts2011-11-221-3/+18
* Add eventlog event for thread labelsDuncan Coutts2011-11-042-0/+40
* Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-262-0/+54
* Rename traceCapsetModify for consistency and clarityDuncan Coutts2011-10-262-11/+11
* Sync EventLogFormat.h with ghc-eventsDuncan Coutts2011-07-181-3/+3
* Add new fully-accurate per-spark trace/eventlog eventsDuncan Coutts2011-07-182-7/+68
* Move GC tracing into a separate trace classDuncan Coutts2011-07-181-5/+1
* Add spark counter tracingDuncan Coutts2011-07-182-1/+37
* Fix build on windows (hopefully)Duncan Coutts2011-05-291-1/+1
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-262-1/+100
* Add capability sets to the tracing/events systemDuncan Coutts2011-05-262-1/+72