ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

trappy: add support to parse TGID in systrace #258

Open joelagnel opened 7 years ago

joelagnel commented 7 years ago

TGID is a fundamental property tracked in systrace for each trace record. Add support to parse it if its available.

Change-Id: Ie79698d90e0406cc11c52d364144ec08c33dfac4 Signed-off-by: Joel Fernandes joelaf@google.com

joelagnel commented 7 years ago

CC @sinkap

bjackman commented 7 years ago

Just a note, I think the failure is because of a Python bug: https://stackoverflow.com/questions/3675144/regex-error-nothing-to-repeat

It might be fixed by replacing \s with [ \t]?