summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-12-02 11:37:26 +0000
committerThomas Wood <thomas.wood@intel.com>2014-12-11 17:57:03 +0000
commit5fe9c88bdad9bf54013b58f2324b7b47d92ca09d (patch)
treecccb006a5d7015077b4ab5184affb044828d6c38 /docs
parent8161a21762b552d97fe6bde8d4fd441d9cd10f61 (diff)
lib: add optional log domain filtering
v2: add an "application" filter for the default domain (used by applications) Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/intel-gpu-tools/igt_test_programs.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/reference/intel-gpu-tools/igt_test_programs.xml b/docs/reference/intel-gpu-tools/igt_test_programs.xml
index 970ecb9c..36ad1f35 100644
--- a/docs/reference/intel-gpu-tools/igt_test_programs.xml
+++ b/docs/reference/intel-gpu-tools/igt_test_programs.xml
@@ -35,9 +35,11 @@
</varlistentry>
<varlistentry>
- <term><option>--debug</option></term>
+ <term><option>--debug[=log-domain]</option></term>
<listitem><para>
- print extra debugging information when running tests
+ print extra debugging information when running tests and
+ optionaly only show the messages from the specified log domain
+ (use "application" to specifiy the default application domain)
</para></listitem>
</varlistentry>