C++ library for decoding tracepoints and perf.data files. Works on Linux or Windows.
- PerfDataFile.h:
Splits a
perf.data
file into events. - PerfEventInfo.h: Structures for sample and non-sample events.
- PerfEventMetadata.h: Metadata parsing for ftrace-style tracepoint decoding information.