diff options
author | Lionel Landwerlin <[email protected]> | 2016-10-25 12:49:51 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2016-10-31 22:02:41 +0000 |
commit | 6f05b69572071cf9eca3694ff32e889abee7b073 (patch) | |
tree | b44885508cbd635e729cb6227e0a7c89839b5390 /src/intel/tools | |
parent | e9a25e024757c8daa0da86d064afd446824160dc (diff) |
intel: aubinator: don't print out blocks twice
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/intel/tools')
-rw-r--r-- | src/intel/tools/aubinator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index 31c1f8987f2..11709c87a71 100644 --- a/src/intel/tools/aubinator.c +++ b/src/intel/tools/aubinator.c @@ -974,7 +974,6 @@ aub_file_decode_batch(struct aub_file *file, struct gen_spec *spec) break; case MAKE_HEADER(TYPE_AUB, OPCODE_AUB, SUBOPCODE_BLOCK): payload_size = p[4]; - handle_trace_block(spec, p); break; default: break; |