[Mesa-dev] [PATCH 0/2] *** Aubinator tool for Intel Gen platforms ***

Sirisha Gandikota sirisha.gandikota at intel.com
Tue Aug 9 23:52:12 UTC 2016


From: Sirisha Gandikota <Sirisha.Gandikota at intel.com>

This is a patch series for adding the aubinator tool to the codebase.

The aubinator tool is designed to help the driver developers to debug
the driver functionality by decoding the data in the .aub files. This
tool is for Intel Gen platforms and has been tested for Gen7.5, Gen8 
and Gen9 platforms.

Kristian Høgsberg Kristensen (1):
  aubinator: Add a new tool called Aubinator to the src/intel/tools
    folder.

Sirisha Gandikota (1):
  aubinator: Fix the tool to correctly decode the DWords

 configure.ac                 |    1 +
 src/Makefile.am              |    4 +
 src/intel/tools/Makefile.am  |   65 +++
 src/intel/tools/aubinator.c  | 1140 ++++++++++++++++++++++++++++++++++++++++++
 src/intel/tools/decoder.c    |  515 +++++++++++++++++++
 src/intel/tools/decoder.h    |   96 ++++
 src/intel/tools/disasm.c     |  109 ++++
 src/intel/tools/gen_disasm.h |   35 ++
 src/intel/tools/intel_aub.h  |  154 ++++++
 9 files changed, 2119 insertions(+)
 create mode 100644 src/intel/tools/Makefile.am
 create mode 100644 src/intel/tools/aubinator.c
 create mode 100644 src/intel/tools/decoder.c
 create mode 100644 src/intel/tools/decoder.h
 create mode 100644 src/intel/tools/disasm.c
 create mode 100644 src/intel/tools/gen_disasm.h
 create mode 100644 src/intel/tools/intel_aub.h

-- 
2.7.4



More information about the mesa-dev mailing list