Add an experimental perf->heaptrack data converter.
authorMilian Wolff <mail@milianw.de>
Thu, 24 Mar 2016 23:07:10 +0000 (00:07 +0100)
committerMilian Wolff <mail@milianw.de>
Thu, 24 Mar 2016 23:07:10 +0000 (00:07 +0100)
commite76bf7faeee6ea6d318c0de00fbf4a75dd6acc6d
tree5441d13308df2ae37b92e2b16354555d75f800de
parentcdc192fba820b712ffd5b97f65c1926306eaffd7
Add an experimental perf->heaptrack data converter.

The resulting data file is much smaller than a perf.data file, and
can be visualized with heaptrack_gui. Of course, the labels will be
all off, but this is a good first step towards visualizing perf data
files with the heaptrack code infrastructure.
tests/manual/perf-heaptrack.py [new file with mode: 0644]