summaryrefslogtreecommitdiff
path: root/man/intel_aubdump.rst
blob: 2b5d263ea0ed5a6649a32a46786b20af1686a9cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=============
intel_aubdump
=============

-----------------------------------------------------
Launch an application and capture rendering to an AUB
-----------------------------------------------------
.. include:: defs.rst
:Author: IGT Developers <igt-dev@lists.freedesktop.org>
:Date: 2016-03-01
:Version: |PACKAGE_STRING|
:Copyright: 2015-2016 Intel Corporation
:Manual section: |MANUAL_SECTION|
:Manual group: |MANUAL_GROUP|

SYNOPSIS
========

**intel_aubdump** [*OPTIONS*] -- *COMMAND* [*ARGUMENTS*]

DESCRIPTION
===========

Run COMMAND with ARGUMENTS and dump an AUB file that captures buffer contents
and execution of the i915 GEM application.

OPTIONS
=======

-v
    Enable verbose mode.

--help
    Output a usage message and exit.

-o FILE, --output=FILE
    Write the trace output to the file FILE. Default is COMMAND.aub.

--device=ID
    Override the PCI ID of the drm device. This is useful for getting an aub
    dump for a different generation of GPU. In this mode **intel_aubdump** will
    intercept but not forward the execbuffer2 ioctl, as that would typically
    cause a GPU hang.

EXAMPLES
========

intel_aubdump -v --output=stuff.aub -- glxgears -geometry 500x500
    Launches glxgears with its -geometry option and enables aub dumping with
    the -v and --output=stuff.aub options.

REPORTING BUGS
==============

Report bugs to https://bugs.freedesktop.org.