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
EventFormatter
andPerfDataFile
to decode aperf.data
file into JSON text. Works on Linux or Windows.