tools: add "libinput measure touchpad-tap"
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 23 May 2017 05:07:31 +0000 (15:07 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 2 Jun 2017 02:21:35 +0000 (12:21 +1000)
commit328bc99d3b1bbe199015be287faca094fa3fe423
treeabf24e4c7ef04ed92318f06e77db62c0bb8ec4f7
parent1332d883f30e526c091da5e38d24ca6374099f0c
tools: add "libinput measure touchpad-tap"

This is the first tool of many more to come to enable users to gather
information aobut their devices and/or usage of these devices. Previously,
these required the users to record events, submit them to a bugzilla, have me
run various scripts over it and then decree that the scripts have spoken.
Push some of this into the hands of the users so they can query the numbers
locally and start investigating (or at least get an idea of what's happening).

This tool measures the time deltas between touch up and touch down and prints
a basic summary, together with the ability to print a dat file with the data
for visualization by e.g. gnuplot. Eventually, more of the current analysis
scripts will be moved into this or other helpers.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
tools/Makefile.am
tools/libinput-measure-touchpad-tap.1 [new file with mode: 0644]
tools/libinput-measure-touchpad-tap.c [new file with mode: 0644]
tools/libinput-measure.1 [new file with mode: 0644]
tools/libinput-measure.c [new file with mode: 0644]
tools/libinput-tool.c
tools/libinput.1
tools/shared.c
tools/shared.h