util: Add decode and encode scripts for elastic traces
authorRadhika Jagtap <radhika.jagtap@ARM.com>
Mon, 7 Dec 2015 22:42:15 +0000 (16:42 -0600)
committerRadhika Jagtap <radhika.jagtap@ARM.com>
Mon, 7 Dec 2015 22:42:15 +0000 (16:42 -0600)
commit8f1ca0a212ede0ecac1199027681f3c2ca9308db
treee16afeb0b3782fe38972da0ef807935ec8124121
parent7d3600c309b8730afda8e0dc5655ca046464a012
util: Add decode and encode scripts for elastic traces

This patch adds python scripts to parse a protobuf encoded O3CPU
elastic trace and convert it to a text file output and vice versa.
util/decode_inst_dep_trace.py [new file with mode: 0755]
util/encode_inst_dep_trace.py [new file with mode: 0755]