summaryrefslogtreecommitdiff
path: root/rts/eventlog
Commit message (Expand)AuthorAgeFilesLines
* rts/eventlog: Ensure that flushCount is initializedBen Gamari2022-01-291-1/+1
* rts: Refactor event typesBen Gamari2022-01-292-329/+2
* rts/EventLog: Mark various internal globals as staticBen Gamari2022-01-291-3/+3
* Null eventlog writerOleg Grenrus2021-10-151-0/+21
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-092-2/+2
* eventlog: Repost initialisation events when eventlog restartsMatthew Pickering2021-03-082-4/+85
* eventlog: Add BLOCKS_SIZE eventMatthew Pickering2021-03-081-1/+4
* eventlog: Add MEM_RETURN event to give information about fragmentationMatthew Pickering2021-03-082-0/+29
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-032-0/+42
* Profiling by info table mode (-hi)Matthew Pickering2021-03-031-0/+2
* eventlog: Fix various racesBen Gamari2021-03-022-18/+119
* rts/eventlog: Flush MainCapability buffer in non-threaded RTSBen Gamari2021-03-011-0/+2
* rts/eventlog: Ensure that all capability buffers are flushedBen Gamari2021-03-011-0/+1
* rts/eventlog: Reset ticky counters after dumping sampleBen Gamari2021-01-171-0/+4
* rts/eventlog: Introduce event to demarcate new ticky sampleBen Gamari2021-01-171-0/+7
* rts: EventLog.c: Properly cast (potential) 32bit pointers to uint64_tAndreas Klebinger2020-12-181-2/+3
* rts: Flush eventlog buffers from flushEventLogBen Gamari2020-11-242-4/+46
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-212-1/+63
* winio: Flush event logs eagerly.Tamar Christina2020-07-152-0/+3
* eventlog: Fix racy flushingBen Gamari2020-05-271-1/+20
* rts: Expose interface for configuring EventLogWritersBen Gamari2019-11-233-25/+82
* Merge non-moving garbage collectorBen Gamari2019-10-232-3/+82
|\
| * NonmovingCensus: Emit samples to eventlogwip/gc/instrumentationBen Gamari2019-10-222-1/+21
| * rts/Eventlog: More descriptive error messageBen Gamari2019-10-221-2/+4
| * rts: Tracing support for nonmoving collection eventsBen Gamari2019-10-222-1/+58
* | eventlog: Dump cost centre stack on each sampleMatthew Pickering2019-10-232-0/+53
|/
* eventlog: Add biographical and retainer profiling tracesMatthew Pickering2019-09-172-0/+17
* rts: Always truncate output filesBen Gamari2019-08-021-1/+1
* 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