intel: aubinator: enable loading dumps from standard input
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 4 Oct 2016 14:15:50 +0000 (15:15 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Sat, 8 Oct 2016 01:18:47 +0000 (02:18 +0100)
commit4682abdaa8663f4254980a102833c9125aefa2aa
tree1386cbd74d60b299f7ebae20df5afa333ddc365d
parent619c8de522251e0ab9477b475c22c084180877d4
intel: aubinator: enable loading dumps from standard input

In conjuction with an intel_aubdump change, you can now look at your
application's output like this :

$ intel_aubdump -c '/path/to/aubinator --gen=hsw' my_gl_app

v2: Add print_help() comment about standard input handling (Eero)
    Remove shrinked gtt space debug workaround (Eero)

v3: Use realloc rather than memcpy/free (Ben)

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sirisha Gandikota <Sirisha.Gandikota@intel.com>
src/intel/tools/aubinator.c