summaryrefslogtreecommitdiff
path: root/otherlibs/runtime_events
Commit message (Expand)AuthorAgeFilesLines
* Make use of polymorphic atomic_ helpersGuillaume Munch-Maccagnoni2023-04-181-6/+4
* runtime events consumer: fix invalid value returned from runtime_events_read_...Lucas Pluvinage2023-04-111-1/+1
* Merge pull request #12062 from TheLortex/runtime-events-consumer-fix-lost-eventsKC Sivaramakrishnan2023-03-181-2/+2
|\
| * runtime events consumer: fix event being parsed when it was actually dropppedLucas Pluvinage2023-03-081-2/+2
* | runtime events consumer: fix cursor initializationLucas Pluvinage2023-03-151-0/+1
* | use CAMLreturnT instead of CAMLdropLucas Pluvinage2023-03-151-44/+22
* | runtime events consumer: fix C ffiLucas Pluvinage2023-03-151-7/+8
|/
* custom runtime events: drop unknown events when the type is also unknownLucas Pluvinage2023-02-071-0/+8
* add @since 5.1 for new counters and docsSadiq Jaffer2023-01-271-0/+22
* add new counters for major heap stats and minor heap sizingSadiq Jaffer2023-01-272-0/+24
* Custom events for runtime_events (#11474)Lucas Pluvinage2023-01-174-64/+675
* Compile otherlibs/ C stubs in two version for native and bytecodeOlivier Nicole2022-12-221-1/+1
* Fixing typos (#11705)Fourchaux2022-11-071-3/+3
* Merge pull request #11349 from sadiqj/runtime_events_docsEnguerrand2022-08-262-12/+31
|\
| * add more documentation to the C APISadiq Jaffer2022-07-052-9/+14
| * add environment variables to mli and reference them in the C headerSadiq Jaffer2022-06-281-0/+14
| * runtime tracing chapter, libruntime_events and OCAMLRUNPARAMs doc updateSadiq Jaffer2022-06-281-3/+3
* | remove events whose probes don't currently exist in 5.0Sadiq Jaffer2022-07-202-24/+0
* | fix missing EV_C_MINOR_ALLOCATEDSadiq Jaffer2022-07-202-0/+3
* | Standardise order of lines in META.inDavid Allsopp2022-07-181-1/+1
* | Remove redundant directory entriesDavid Allsopp2022-07-181-1/+0
* | Let configure generate the META files, with a proper version numberSébastien Hinderer2022-07-181-1/+3
* | Add META files (#11007)Nicolás Ojeda Bär2022-07-011-0/+7
|/
* Runtime_events fix for compilation on omnios/illumos (#11299)Sadiq Jaffer2022-06-071-2/+7
* Runtime_events tracing systemSadiq Jaffer2022-05-246-0/+1311