Mesa (master): intel: aubinator: don't print out blocks twice

Lionel Landwerlin llandwerlin at kemper.freedesktop.org
Mon Oct 31 22:11:41 UTC 2016


Module: Mesa
Branch: master
Commit: 6f05b69572071cf9eca3694ff32e889abee7b073
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f05b69572071cf9eca3694ff32e889abee7b073

Author: Lionel Landwerlin <llandwerlin at gmail.com>
Date:   Tue Oct 25 12:49:51 2016 +0100

intel: aubinator: don't print out blocks twice

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.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;




More information about the mesa-commit mailing list