[Mesa-dev] [PATCH 2/2] intel: aubinator: enable loading dumps from standard input

Eero Tamminen eero.t.tamminen at intel.com
Tue Oct 4 15:01:50 UTC 2016


Hi,

On 04.10.2016 17:38, Lionel Landwerlin wrote:
> 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

Maybe you could add also a patch to document this usage?


> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> Cc: Sirisha Gandikota <Sirisha.Gandikota at intel.com>
> Cc: Kristian Høgsberg <krh at bitplanet.net>
> ---
>  src/intel/tools/aubinator.c | 162 +++++++++++++++++++++++++++++++++++---------
>  1 file changed, 130 insertions(+), 32 deletions(-)
>
> diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
> index 83328b5..73e6012 100644
> --- a/src/intel/tools/aubinator.c
> +++ b/src/intel/tools/aubinator.c
...
> +   /* mmap a terabyte for our gtt space. */
> +   gtt_size = 1ul << 30;

On 32-bit systems, you run out of address space when your process' total 
mappings size increase to several GBs.


	- Eero



More information about the mesa-dev mailing list