diff options
author | Carl Worth <cworth@cworth.org> | 2009-04-07 16:22:46 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-04-07 16:24:42 -0700 |
commit | 00c7571fce14135fa6bbe387ab4e7ce205d53c08 (patch) | |
tree | 3f8dd8f942c6fc3bc5d5c70c90bbb8ddd6ed65e6 /tools/Makefile.am | |
parent | 90ca63163d250e2d50d01aa06f9fc158c0fb6ced (diff) |
Add very preliminary intel_gpu_dump program
Right now it requires a filename on the command line, (such as
/debug/dri/0/i915_batchbuffers). We plan to make it smarter in
the future by going out and collecting all the data it needs.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 362ad4c4..d42f8ddc 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,5 @@ bin_PROGRAMS = \ + intel_gpu_dump \ intel_gpu_top \ intel_stepping |