From 6f05b69572071cf9eca3694ff32e889abee7b073 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 25 Oct 2016 12:49:51 +0100 Subject: [PATCH] intel: aubinator: don't print out blocks twice Signed-off-by: Lionel Landwerlin Reviewed-by: Anuj Phogat --- src/intel/tools/aubinator.c | 1 - 1 file changed, 1 deletion(-) 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;