intel: aubinator: don't print out blocks twice
authorLionel Landwerlin <llandwerlin@gmail.com>
Tue, 25 Oct 2016 11:49:51 +0000 (12:49 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 31 Oct 2016 22:02:41 +0000 (22:02 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/tools/aubinator.c

index 31c1f89..11709c8 100644 (file)
@@ -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;