commit | cad13884bb4cd1c3d6c5d01a4716677e066634a3 | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Mon Mar 30 16:50:13 2015 +0100 |
committer | Javi Merino <javi.merino@arm.com> | Wed Aug 12 16:03:46 2015 +0100 |
tree | c5fd0f34f843919d4ea8eb9f1e8e6ed8559c0d73 | |
parent | 9ea9247c8f481809526ca13bcc5d19f1f76b155c [diff] |
run: exit __parse_trace_file() early if there's nothing to parse Now that we go through two files (the normal trace and the raw trace), we can waste a bit of time trying to parse the raw trace when none of our traces ask for it (the default case). Exit early if we don't have anything to parse. Change-Id: Ib3f15cea6d263f24a4a7cc9652ad5e75ac7ad9aa Signed-off-by: Javi Merino <javi.merino@arm.com>