Skip to content

Commit

Permalink
Add kernel warning hashes histogram.
Browse files Browse the repository at this point in the history
BUG=227080
TEST=none

Review URL: https://chromiumcodereview.appspot.com/14798005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199282 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
semenzato@chromium.org committed May 9, 2013
1 parent e53eab4 commit 81bfbc1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4694,6 +4694,19 @@ other types of suffix sets.
</summary>
</histogram>

<histogram name="Platform.KernelWarningHashes">
<summary>
The 32-bit hash of a kernel warning. This is the hash of the
&quot;file:line&quot; string corresponding to the location of the warning,
for instance: &quot;/mnt/host/source/src/third_party/kernel/files/drivers
/gpu/drm/i915/intel_dp.c:351&quot; (ignore spurious spaces). The hash is
produced by this code: while (*string) hash = (hash &lt;&lt; 5) + hash +
*string++; Separately each warning is also collected (with its hash) via
the crash reporter, but only its first occurrence in each boot session.
Contact semenzato@ for further info.
</summary>
</histogram>

<histogram name="Platform.LotIdEnum" enum="Exynos5250LotIdEnum">
<summary>
Chrome OS (ARM Chromebooks using Exynos 5250 only) indication about whether
Expand Down

0 comments on commit 81bfbc1

Please sign in to comment.