summaryrefslogtreecommitdiffstats
path: root/tools/metrics/histograms/histograms.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/metrics/histograms/histograms.xml')
-rw-r--r--tools/metrics/histograms/histograms.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 454e7c7..27b364f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11167,6 +11167,13 @@ other types of suffix sets.
<summary>Tracks touchpad device state.</summary>
</histogram>
+<histogram name="Touchpad.Metrics" enum="TouchpadProblemType">
+ <summary>
+ Tracks unusual CrOS touchpad operational states (e.g. running into the noisy
+ ground issue). This is sampled at every touchpad event.
+ </summary>
+</histogram>
+
<histogram name="Touchpad.NaturalScroll.Changed" enum="BooleanEnabled">
<summary>Tracks touchpad natural scroll setting changes by the user.</summary>
</histogram>
@@ -17882,6 +17889,16 @@ other types of suffix sets.
</int>
</enum>
+<enum name="TouchpadProblemType" type="int">
+ <int value="0" label="All events">
+ All observed input events from touchpad. Serves as a reference.
+ </int>
+ <int value="1" label="Noisy Ground">
+ The touchpad noise events (e.g. abrupt cursor jumps) caused by the noisy
+ ground.
+ </int>
+</enum>
+
<enum name="TranslateError" type="int">
<int value="0" label="No error"/>
<int value="1" label="Network error"/>