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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 174013007: Add UMA stats to record when DLLs are successfully blocked in the Browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Better hashing Created 6 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 247bc9e5196cbfdf66735398f2009d116e4647ac..89026af7dd413022d5a735d4f43ffd072197c2ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1301,6 +1301,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Blacklist.Blocked" units="DllHash">
+ <summary>
+ Records the name hashes of all the dlls that are blocked from the browser
+ process.
+ </summary>
+</histogram>
+
<histogram name="Blacklist.PatchedInRenderer" enum="BooleanHit">
<summary>
Counts the number of times a renderer process is started with the browser
@@ -24286,6 +24293,15 @@ other types of suffix sets.
<int value="20" label="SQLite Integrity Web Data Test"/>
</enum>
+<enum name="DllHash" type="int">
+<!-- Generated by chrome_elf/dll_hash_for_uma/dll_hash_for_uma_main.cc -->
+
+ <int value="803283353" label="lmrn.dll"/>
+ <int value="989714890" label="datamngr.dll"/>
+ <int value="1270622879" label="hk.dll"/>
+ <int value="2132270559" label="libsvn_tsvn32.dll"/>
+</enum>
+
<enum name="DNSEmptyAddressListAndNoError" type="int">
<int value="0" label="Error reported or Address List is not empty"/>
<int value="1" label="Success reported but Address List is empty"/>
« chrome_elf/dll_hash/dll_hash_main.cc ('K') | « chrome_elf/dll_hash/dll_hash_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698