C++ library for decoding events that use the eventheader envelope.
- EventEnumerator.h: Splits an eventheader-encoded event into fields.
- EventFormatter.h: Turns events or fields into strings.
- decode-perf:
Simple tool that uses
EventFormatterandPerfDataFileto decode aperf.datafile into JSON text. Works on Linux or Windows.