1libinput-analyze-recording(1)General Commands Manuallibinput-analyze-recording(1)
2
3
4
6 libinput-analyze-recording - analyze a device recording
7
9 libinput analyze recording [--help] [options] recording.yml
10
12 The libinput analyze recording tool analyzes a recording made with lib‐
13 input record and prints a tabular summary of the events in that record‐
14 ing.
15
16 This is a debugging tool only, its output may change at any time. Do
17 not rely on the output.
18
20 --help Print help
21
23 An example output for a tablet sequence is below.
24
25 Time | X | Y | PRESSURE | DISTANCE | MISC | SERIAL
26 -----------------------------------------------------------------
27 0.000 | 9717 | 6266 | | 63 | 0x862 | 0x9a805597 | BTN_TOOL_PEN
28 0.005 | 9709 | | | | | 0x9a805597 | BTN_TOOL_PEN
29 0.012 | 9701 | | | | | 0x9a805597 | BTN_TOOL_PEN
30 0.020 | 9692 | 6269 | | | | 0x9a805597 | BTN_TOOL_PEN
31 0.028 | 9680 | 6277 | | | | 0x9a805597 | BTN_TOOL_PEN
32 0.034 | 9668 | 6279 | | | | 0x9a805597 | BTN_TOOL_PEN
33 0.042 | 9654 | 6282 | | | | 0x9a805597 | BTN_TOOL_PEN
34
36 Part of the libinput(1) suite
37
38
39
40 libinput-analyze-recording(1)