[Mesa-dev] [PATCH 1/3] intel: aubinator: don't print out blocks twice

Lionel Landwerlin llandwerlin at gmail.com
Tue Oct 25 11:49:51 UTC 2016


Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
 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 31c1f89..11709c8 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;
-- 
2.9.3



More information about the mesa-dev mailing list