Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 488 Bytes

File metadata and controls

11 lines (9 loc) · 488 Bytes

libeventheader-decode-cpp

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.
  • perf-decode: Tool that uses EventFormatter and PerfDataFile to decode a perf.data file into JSON text. Works on Linux or Windows.