The parser design is generic, and it should be able to support any kind of type and event.
Current implementation is incomplete, with a focus in supporting the types and events generated by async-profiler.
- JEP 328 introduces Java Flight Recorder.
- async-profiler supports includes a JFR writer and reader.
- JMC project includes its own JFR parser ( in Java).
- The JDK Flight Recorder File Format by @gunnarmorling has a great overview of the JFR format.