Commit a8efe6bf authored by Yi Chou's avatar Yi Chou Committed by Chromium LUCI CQ

Extend the life of Platform.TPM.*ErrorCode histograms

BUG=b:175781791

Change-Id: I3d2769f53b051cf8e9ac45582ba394627cf73217
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599560
Auto-Submit: Yi Chou <yich@google.com>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Yi Chou <yich@google.com>
Cr-Commit-Position: refs/heads/master@{#839695}
parent e8c3c11e
...@@ -1136,8 +1136,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1136,8 +1136,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Platform.TPM.AuthErrorCode" enum="TPMResultCodeEnum" <histogram name="Platform.TPM.AuthErrorCode" enum="TPMResultCodeEnum"
expires_after="M85"> expires_after="2021-12-21">
<owner>semenzato@chromium.org</owner> <owner>yich@google.com</owner>
<owner>cros-hwsec-userland-eng+uma@chromium.org</owner>
<summary> <summary>
Each sample is the result code of a TPM authorized command issued through Each sample is the result code of a TPM authorized command issued through
tcsd. Success is 0. For the other error codes, see tcsd. Success is 0. For the other error codes, see
...@@ -1166,8 +1167,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1166,8 +1167,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="Platform.TPM.ErrorCode" enum="TPMResultCodeEnum" <histogram name="Platform.TPM.ErrorCode" enum="TPMResultCodeEnum"
expires_after="M85"> expires_after="2021-12-21">
<owner>semenzato@chromium.org</owner> <owner>yich@google.com</owner>
<owner>cros-hwsec-userland-eng+uma@chromium.org</owner>
<summary> <summary>
Each sample is the result code of a TPM command issued through tcsd. Success Each sample is the result code of a TPM command issued through tcsd. Success
is 0. For the other error codes, see /usr/include/tss/tpm_error.h. is 0. For the other error codes, see /usr/include/tss/tpm_error.h.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment