summaryrefslogtreecommitdiff
path: root/doc/user/tools.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/tools.rst')
-rw-r--r--doc/user/tools.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user/tools.rst b/doc/user/tools.rst
index d4700852..602319a0 100644
--- a/doc/user/tools.rst
+++ b/doc/user/tools.rst
@@ -21,6 +21,8 @@ The most common tools used are:
see :ref:`here <libinput-record>`
- ``libinput measure``: measure properties on a kernel device,
see :ref:`here <libinput-measure>`
+- ``libinput analyze``: analyse event recordings from a kernel device,
+ see :ref:`here <libinput-analyze>`
- ``libinput quirks``: show quirks assigned to a device, see
:ref:`here <libinput-quirks>`
@@ -302,6 +304,19 @@ thing and one thing only and their usage is highly specific to the tool.
Please see the **libinput-measure(1)** man page for information about what
tools are available and the man page for each respective tool.
+.. _libinput-analyze:
+
+------------------------------------------------------------------------------
+Analyzing device events with libinput analyze
+------------------------------------------------------------------------------
+
+The ``libinput analyze`` tool is a multiplexer for various sub-tools that
+can analyze input events previously recorded from a device.
+
+Please see the **libinput-analyze(1)** man page for information about what
+tools are available and the man page for each respective too.
+
+
.. _libinput-quirks:
------------------------------------------------------------------------------