Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 335913002: Add bad block count histograms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add bad block count histograms Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 50223f0c9c5ec120a5cc0b11095122db81edaa6d..036a30f4b45b746f07b10b32abdbc680ce0e7322 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18924,6 +18924,143 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Platform.BadBlocksBackupsys">
gwendal 2014/06/14 02:12:27 I would not name the variables in the Platform rea
dehrenberg 2014/06/17 17:24:34 Done.
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd backupsys partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
Ilya Sherman 2014/06/14 00:42:50 How does daily sampling work? If I have a device
dehrenberg 2014/06/17 17:24:34 Done.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksBbt">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd bbt partition. This is relevant
+ for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksBlock0">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd block0 partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksBootloader">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd bootloader partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksCache">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd cache partition. This is relevant
+ for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksFactory_store">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd factory_store partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksFts">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd fts partition. This is relevant
+ for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksKernel">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd kernel partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksPostbootloader">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd postbootloader partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksPostbootloader-B">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd postbootloader-B partition. This
+ is relevant for devices with raw NAND flash, such as Chromecast. Sampled
+ daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksPrebootloader">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd prebootloader partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksRecovery">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd recovery partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksRootfs">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd rootfs partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksTotal">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the entire flash device. This is relevant
+ for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksTZ">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd TZ partition. This is relevant
+ for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksTZ-B">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd TZ-B partition. This is relevant
+ for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
+
+<histogram name="Platform.BadBlocksUserdata">
+ <owner>dehrenberg@chromium.org</owner>
+ <summary>
+ The number of blocks marked bad in the mtd userdata partition. This is
+ relevant for devices with raw NAND flash, such as Chromecast. Sampled daily.
+ </summary>
+</histogram>
Ilya Sherman 2014/06/14 00:42:50 Can you use a <histogram_suffixes> element to redu
dehrenberg 2014/06/17 17:24:34 Done.
+
<histogram name="Platform.BootSectorsRead">
<owner>sonnyrao@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698