Index: tools/metrics/actions/actions.xml |
=================================================================== |
--- tools/metrics/actions/actions.xml (revision 270662) |
+++ tools/metrics/actions/actions.xml (working copy) |
@@ -1047,8 +1047,10 @@ |
</action> |
<action name="BadMessageTerminate_BRPH"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
- <description>Please enter the description of this user action.</description> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the renderer process is killed because |
+ of IPC deserialization failure. |
+ </description> |
</action> |
<action name="BadMessageTerminate_DBMF"> |
@@ -1081,6 +1083,13 @@ |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="BadMessageTerminate_GPU"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the GPU process is killed because of |
+ IPC deserialization failure. |
+ </description> |
+</action> |
+ |
<action name="BadMessageTerminate_IDBMF"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -1101,6 +1110,41 @@ |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="BadMessageTerminate_NativeClientbroker"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the NaCl broker process is killed |
+ because of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
+<action name="BadMessageTerminate_NativeClientmodule"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the NaCl process is killed because of |
+ IPC deserialization failure. |
+ </description> |
+</action> |
+ |
+<action name="BadMessageTerminate_PepperPlugin"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the pepper process is killed because |
+ of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
+<action name="BadMessageTerminate_PepperPluginBroker"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the pepper broker is killed because |
+ of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
+<action name="BadMessageTerminate_Plug-in"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the NPAPI process is killed because |
+ of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
<action name="BadMessageTerminate_RDH"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -1185,6 +1229,13 @@ |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="BadMessageTerminate_Sandboxhelper"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the zygote process is killed because |
+ of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
<action name="BadMessageTerminate_SharedMemoryAura"> |
<owner>jbauman@chromium.org</owner> |
<description> |
@@ -1208,11 +1259,32 @@ |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="BadMessageTerminate_Utility"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the utility process is killed because |
+ of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
<action name="BadMessageTerminate_WPH"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
</action> |
+<action name="BadMessageTerminate_WebWorker"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the worker process is killed because |
+ of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
+<action name="BadMessageTerminate_Zygote"> |
+ <owner>jam@chromium.org</owner> |
+ <description>Counts the number of times the zygote process is killed because |
+ of IPC deserialization failure. |
+ </description> |
+</action> |
+ |
<action name="BindingsMismatchTerminate_RVH_WebUI"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |