aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBenjamin Tissoires <[email protected]>2018-07-13 16:13:48 +0200
committerJiri Kosina <[email protected]>2018-07-17 15:33:47 +0200
commit01eaac7e57134cae4e75b36195a10d525939c7bf (patch)
tree80538e4cccd73d57434322359ef698ecce8b7d83 /tools/perf/scripts/python/export-to-postgresql.py
parent8dfe14b3b47ff832cb638731f9fc696a3a84f804 (diff)
HID: multitouch: remove one copy of values
The current way of handling multitouch data is not very straightforward: - in mt_event() we do nothing - in mt_report() we: - do some gym to fetch the scantime and the contact count - then iterate over the input fields where we copy the data to a temporary place - when we see the last field in a slot, we then use this data to emit the input data A more streamlined way is to first get all of the address in the report of all fields, and then just pick the fields we are interested in in mt_report() Acked-by: Peter Hutterer <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions