summaryrefslogtreecommitdiff
path: root/tools/eos-profile-tool/eos-profile-cmd-convert.c
Commit message (Collapse)AuthorAge
* Add eos-profile-convert commandEmmanuele Bassi2018-03-21
If we want to perform additional analysis on a profile capture file it's generally going to be easier to have it in a different format than a GVDB binary blob, especially if we want to use tools that are written in high level languages that may not have access to the GVDB API. The simplest format we can convert to is JSON, which is structured and easy to parse with other languages.