1============= 2intel_aubdump 3============= 4 5----------------------------------------------------- 6Launch an application and capture rendering to an AUB 7----------------------------------------------------- 8.. include:: defs.rst 9:Author: IGT Developers <igt-dev@lists.freedesktop.org> 10:Date: 2016-03-01 11:Version: |PACKAGE_STRING| 12:Copyright: 2015-2016 Intel Corporation 13:Manual section: |MANUAL_SECTION| 14:Manual group: |MANUAL_GROUP| 15 16SYNOPSIS 17======== 18 19**intel_aubdump** [*OPTIONS*] -- *COMMAND* [*ARGUMENTS*] 20 21DESCRIPTION 22=========== 23 24Run COMMAND with ARGUMENTS and dump an AUB file that captures buffer contents 25and execution of the i915 GEM application. 26 27OPTIONS 28======= 29 30-v 31 Enable verbose mode. 32 33--help 34 Output a usage message and exit. 35 36-o FILE, --output=FILE 37 Write the trace output to the file FILE. Default is COMMAND.aub. 38 39--device=ID 40 Override the PCI ID of the drm device. This is useful for getting an aub 41 dump for a different generation of GPU. In this mode **intel_aubdump** will 42 intercept but not forward the execbuffer2 ioctl, as that would typically 43 cause a GPU hang. 44 45EXAMPLES 46======== 47 48intel_aubdump -v --output=stuff.aub -- glxgears -geometry 500x500 49 Launches glxgears with its -geometry option and enables aub dumping with 50 the -v and --output=stuff.aub options. 51 52REPORTING BUGS 53============== 54 55Report bugs to https://bugs.freedesktop.org. 56