1INTEL_AUBDUMP(1)            General Commands Manual           INTEL_AUBDUMP(1)
2
3
4

NAME

6       intel_aubdump - Launch an application and capture rendering to an AUB
7

SYNOPSIS

9       intel_aubdump [OPTIONS] -- COMMAND [ARGUMENTS]
10

DESCRIPTION

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

OPTIONS

16       -v     Enable verbose mode.
17
18       --help Output a usage message and exit.
19
20       -o FILE, --output=FILE
21              Write the trace output to the file FILE. Default is COMMAND.aub.
22
23       --device=ID
24              Override the PCI ID of the drm device. This is useful  for  get‐
25              ting an aub dump for a different generation of GPU. In this mode
26              intel_aubdump will intercept but  not  forward  the  execbuffer2
27              ioctl, as that would typically cause a GPU hang.
28

EXAMPLES

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

REPORTING BUGS

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

AUTHOR

38       IGT Developers <igt-dev@lists.freedesktop.org>
39
41       2015-2016 Intel Corporation
42
43
44
45
46igt-gpu-tools 1.24                2016-03-01                  INTEL_AUBDUMP(1)
Impressum