1 <?xml version="1.0" encoding="utf-8"?>
   2 
   3 <!--
   4  Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
   5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   6 
   7  This code is free software; you can redistribute it and/or modify it
   8  under the terms of the GNU General Public License version 2 only, as
   9  published by the Free Software Foundation.
  10 
  11  This code is distributed in the hope that it will be useful, but WITHOUT
  12  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  version 2 for more details (a copy is included in the LICENSE file that
  15  accompanied this code).
  16 
  17  You should have received a copy of the GNU General Public License version
  18  2 along with this work; if not, write to the Free Software Foundation,
  19  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 
  21  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  or visit www.oracle.com if you need additional information or have any
  23  questions.
  24 
  25 -->
  26 
  27 <Metadata>
  28 
  29   <Event name="ThreadStart" category="Java Application" label="Java Thread Start" thread="true" startTime="false" stackTrace="true">
  30     <Field type="Thread" name="thread" label="New Java Thread" />
  31     <Field type="Thread" name="parentThread" label="Parent Java Thread" />
  32   </Event>
  33 
  34   <Event name="ThreadEnd" category="Java Application" label="Java Thread End" thread="true" startTime="false">
  35     <Field type="Thread" name="thread" label="Java Thread" />
  36   </Event>
  37 
  38   <Event name="ThreadSleep" category="Java Application" label="Java Thread Sleep" thread="true" stackTrace="true">
  39     <Field type="long" contentType="millis" name="time" label="Sleep Time" />
  40   </Event>
  41 
  42   <Event name="ThreadPark" category="Java Application" label="Java Thread Park" thread="true" stackTrace="true">
  43     <Field type="Class" name="parkedClass" label="Class Parked On" />
  44     <Field type="long" contentType="nanos" name="timeout" label="Park Timeout" />
  45     <Field type="long" contentType="epochmillis" name="until" label="Park Until" />
  46     <Field type="ulong" contentType="address" name="address" label="Address of Object Parked" relation="JavaMonitorAddress" />
  47   </Event>
  48 
  49   <Event name="JavaMonitorEnter" category="Java Application" label="Java Monitor Blocked" thread="true" stackTrace="true">
  50     <Field type="Class" name="monitorClass" label="Monitor Class" />
  51     <Field type="Thread" name="previousOwner" label="Previous Monitor Owner" />
  52     <Field type="ulong" contentType="address" name="address" label="Monitor Address" relation="JavaMonitorAddress" />
  53   </Event>
  54 
  55   <Event name="JavaMonitorWait" category="Java Application" label="Java Monitor Wait" description="Waiting on a Java monitor" thread="true" stackTrace="true">
  56     <Field type="Class" name="monitorClass" label="Monitor Class" description="Class of object waited on" />
  57     <Field type="Thread" name="notifier" label="Notifier Thread" description="Notifying Thread" />
  58     <Field type="long" contentType="millis" name="timeout" label="Timeout" description="Maximum wait time" />
  59     <Field type="boolean" name="timedOut" label="Timed Out" description="Wait has been timed out" />
  60     <Field type="ulong" contentType="address" name="address" label="Monitor Address" description="Address of object waited on" relation="JavaMonitorAddress" />
  61   </Event>
  62 
  63   <Event name="JavaMonitorInflate" category="Java Application" label="Java Monitor Inflated" thread="true" stackTrace="true">
  64     <Field type="Class" name="monitorClass" label="Monitor Class" />
  65     <Field type="ulong" contentType="address" name="address" label="Monitor Address" relation="JavaMonitorAddress" />
  66     <Field type="InflateCause" name="cause" label="Monitor Inflation Cause" description="Cause of inflation" />
  67   </Event>
  68 
  69   <Event name="BiasedLockRevocation" category="Java Virtual Machine, Runtime" label="Biased Lock Revocation" description="Revoked bias of object" thread="true"
  70     stackTrace="true">
  71     <Field type="Class" name="lockClass" label="Lock Class" description="Class of object whose biased lock was revoked" />
  72     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
  73     <Field type="Thread" name="previousOwner" label="Previous Owner" description="Thread owning the bias before revocation" />
  74   </Event>
  75 
  76   <Event name="BiasedLockSelfRevocation" category="Java Virtual Machine, Runtime" label="Biased Lock Self Revocation" description="Revoked bias of object biased towards own thread"
  77     thread="true" stackTrace="true">
  78     <Field type="Class" name="lockClass" label="Lock Class" description="Class of object whose biased lock was revoked" />
  79   </Event>
  80 
  81   <Event name="BiasedLockClassRevocation" category="Java Virtual Machine, Runtime" label="Biased Lock Class Revocation" description="Revoked biases for all instances of a class"
  82     thread="true" stackTrace="true">
  83     <Field type="Class" name="revokedClass" label="Revoked Class" description="Class whose biased locks were revoked" />
  84     <Field type="boolean" name="disableBiasing" label="Disable Further Biasing" description="Whether further biasing for instances of this class will be allowed" />
  85     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
  86   </Event>
  87 
  88   <Event name="ReservedStackActivation" category="Java Virtual Machine, Runtime" label="Reserved Stack Activation"
  89     description="Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack" thread="true" stackTrace="true"
  90     startTime="false">
  91     <Field type="Method" name="method" label="Java Method" />
  92   </Event>
  93 
  94   <Event name="ClassLoad" category="Java Virtual Machine, Class Loading" label="Class Load" thread="true" stackTrace="true">
  95     <Field type="Class" name="loadedClass" label="Loaded Class" />
  96     <Field type="ClassLoader" name="definingClassLoader" label="Defining Class Loader" />
  97     <Field type="ClassLoader" name="initiatingClassLoader" label="Initiating Class Loader" />
  98   </Event>
  99 
 100   <Event name="ClassDefine" category="Java Virtual Machine, Class Loading" label="Class Define" thread="true" stackTrace="true" startTime="false">
 101     <Field type="Class" name="definedClass" label="Defined Class" />
 102     <Field type="ClassLoader" name="definingClassLoader" label="Defining Class Loader" />
 103   </Event>
 104 
 105   <Event name="ClassRedefinition" category="Java Virtual Machine, Class Loading" label="Class Redefinition" thread="false" stackTrace="false" startTime="false">
 106     <Field type="Class" name="redefinedClass" label="Redefined Class" />
 107     <Field type="int" name="classModificationCount" label="Class Modification Count" description="The number of times the class has changed"/>
 108     <Field type="ulong" name="redefinitionId" label="Class Redefinition Id" relation="ClassRedefinitionId"/>
 109   </Event>
 110 
 111   <Event name="RedefineClasses" category="Java Virtual Machine, Class Loading" label="Redefine Classes" thread="true" stackTrace="true">
 112     <Field type="int" name="classCount" label="Class Count" />
 113     <Field type="ulong" name="redefinitionId" label="Class Redefinition Id" relation="ClassRedefinitionId" />
 114   </Event>
 115 
 116   <Event name="RetransformClasses" category="Java Virtual Machine, Class Loading" label="Retransform Classes" thread="true" stackTrace="true">
 117     <Field type="int" name="classCount" label="Class Count"/>
 118     <Field type="ulong" name="redefinitionId" label="Class Redefinition Id" relation="ClassRedefinitionId" />
 119   </Event>
 120 
 121   <Event name="ClassUnload" category="Java Virtual Machine, Class Loading" label="Class Unload" thread="true" startTime="false">
 122     <Field type="Class" name="unloadedClass" label="Unloaded Class" />
 123     <Field type="ClassLoader" name="definingClassLoader" label="Defining Class Loader" />
 124   </Event>
 125 
 126   <Event name="IntFlagChanged" category="Java Virtual Machine, Flag" label="Int Flag Changed" startTime="false">
 127     <Field type="string" name="name" label="Name" />
 128     <Field type="int" name="oldValue" label="Old Value" />
 129     <Field type="int" name="newValue" label="New Value" />
 130     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 131   </Event>
 132 
 133   <Event name="UnsignedIntFlagChanged" category="Java Virtual Machine, Flag" label="Unsigned Int Flag Changed" startTime="false">
 134     <Field type="string" name="name" label="Name" />
 135     <Field type="uint" name="oldValue" label="Old Value" />
 136     <Field type="uint" name="newValue" label="New Value" />
 137     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 138   </Event>
 139 
 140   <Event name="LongFlagChanged" category="Java Virtual Machine, Flag" label="Long Flag Changed" startTime="false">
 141     <Field type="string" name="name" label="Name" />
 142     <Field type="long" name="oldValue" label="Old Value" />
 143     <Field type="long" name="newValue" label="New Value" />
 144     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 145   </Event>
 146 
 147   <Event name="UnsignedLongFlagChanged" category="Java Virtual Machine, Flag" label="Unsigned Long Flag Changed" startTime="false">
 148     <Field type="string" name="name" label="Name" />
 149     <Field type="ulong" name="oldValue" label="Old Value" />
 150     <Field type="ulong" name="newValue" label="New Value" />
 151     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 152   </Event>
 153 
 154   <Event name="DoubleFlagChanged" category="Java Virtual Machine, Flag" label="Double Flag Changed" startTime="false">
 155     <Field type="string" name="name" label="Name" />
 156     <Field type="double" name="oldValue" label="Old Value" />
 157     <Field type="double" name="newValue" label="New Value" />
 158     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 159   </Event>
 160 
 161   <Event name="BooleanFlagChanged" category="Java Virtual Machine, Flag" label="Boolean Flag Changed" startTime="false">
 162     <Field type="string" name="name" label="Name" />
 163     <Field type="boolean" name="oldValue" label="Old Value" />
 164     <Field type="boolean" name="newValue" label="New Value" />
 165     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 166   </Event>
 167 
 168   <Event name="StringFlagChanged" category="Java Virtual Machine, Flag" label="String Flag Changed" startTime="false">
 169     <Field type="string" name="name" label="Name" />
 170     <Field type="string" name="oldValue" label="Old Value" />
 171     <Field type="string" name="newValue" label="New Value" />
 172     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 173   </Event>
 174 
 175   <Type name="VirtualSpace">
 176     <Field type="ulong" contentType="address" name="start" label="Start Address" description="Start address of the virtual space" />
 177     <Field type="ulong" contentType="address" name="committedEnd" label="Committed End Address" description="End address of the committed memory for the virtual space" />
 178     <Field type="ulong" contentType="bytes" name="committedSize" label="Committed Size" description="Size of the committed memory for the virtual space" />
 179     <Field type="ulong" contentType="address" name="reservedEnd" label="Reserved End Address" description="End address of the reserved memory for the virtual space" />
 180     <Field type="ulong" contentType="bytes" name="reservedSize" label="Reserved Size" description="Size of the reserved memory for the virtual space" />
 181   </Type>
 182 
 183   <Type name="ObjectSpace">
 184     <Field type="ulong" contentType="address" name="start" label="Start Address" description="Start address of the space" />
 185     <Field type="ulong" contentType="address" name="end" label="End Address" description="End address of the space" />
 186     <Field type="ulong" contentType="bytes" name="used" label="Used" description="Bytes allocated by objects in the space" />
 187     <Field type="ulong" contentType="bytes" name="size" label="Size" description="Size of the space" />
 188   </Type>
 189 
 190   <Event name="GCHeapSummary" category="Java Virtual Machine, GC, Heap" label="Heap Summary" startTime="false">
 191     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 192     <Field type="GCWhen" name="when" label="When" />
 193     <Field type="VirtualSpace" struct="true" name="heapSpace" label="Heap Space" />
 194     <Field type="ulong" contentType="bytes" name="heapUsed" label="Heap Used" description="Bytes allocated by objects in the heap" />
 195   </Event>
 196 
 197   <Type name="MetaspaceSizes">
 198     <Field type="ulong" contentType="bytes" name="committed" label="Committed" description="Committed memory for this space" />
 199     <Field type="ulong" contentType="bytes" name="used" label="Used" description="Bytes allocated by objects in the space" />
 200     <Field type="ulong" contentType="bytes" name="reserved" label="Reserved" description="Reserved memory for this space" />
 201   </Type>
 202 
 203   <Event name="MetaspaceSummary" category="Java Virtual Machine, GC, Heap" label="Metaspace Summary" startTime="false">
 204     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 205     <Field type="GCWhen" name="when" label="When" />
 206     <Field type="ulong" contentType="bytes" name="gcThreshold" label="GC Threshold" />
 207     <Field type="MetaspaceSizes" struct="true" name="metaspace" label="Total" />
 208     <Field type="MetaspaceSizes" struct="true" name="dataSpace" label="Data" />
 209     <Field type="MetaspaceSizes" struct="true" name="classSpace" label="Class" />
 210   </Event>
 211 
 212   <Event name="MetaspaceGCThreshold" category="Java Virtual Machine, GC, Metaspace" label="Metaspace GC Threshold" startTime="false">
 213     <Field type="ulong" contentType="bytes" name="oldValue" label="Old Value" />
 214     <Field type="ulong" contentType="bytes" name="newValue" label="New Value" />
 215     <Field type="GCThresholdUpdater" name="updater" label="Updater" />
 216   </Event>
 217 
 218   <Event name="MetaspaceAllocationFailure" category="Java Virtual Machine, GC, Metaspace" label="Metaspace Allocation Failure" startTime="false"
 219     stackTrace="true">
 220     <Field type="ClassLoader" name="classLoader" label="Class Loader" />
 221     <Field type="boolean" name="unsafeAnonymousClassLoader" label="Unsafe Anonymous Class Loader" />
 222     <Field type="boolean" name="hiddenClassLoader" label="Hidden Class Loader" />
 223     <Field type="ulong" contentType="bytes" name="size" label="Size" />
 224     <Field type="MetadataType" name="metadataType" label="Metadata Type" />
 225     <Field type="MetaspaceObjectType" name="metaspaceObjectType" label="Metaspace Object Type" />
 226   </Event>
 227 
 228   <Event name="MetaspaceOOM" category="Java Virtual Machine, GC, Metaspace" label="Metaspace Out of Memory" startTime="false" stackTrace="true">
 229     <Field type="ClassLoader" name="classLoader" label="Class Loader" />
 230     <Field type="boolean" name="unsafeAnonymousClassLoader" label="Unsafe Anonymous Class Loader" />
 231     <Field type="boolean" name="hiddenClassLoader" label="Hidden Class Loader" />
 232     <Field type="ulong" contentType="bytes" name="size" label="Size" />
 233     <Field type="MetadataType" name="metadataType" label="Metadata Type" />
 234     <Field type="MetaspaceObjectType" name="metaspaceObjectType" label="Metaspace Object Type" />
 235   </Event>
 236 
 237   <Event name="MetaspaceChunkFreeListSummary" category="Java Virtual Machine, GC, Metaspace" label="Metaspace Chunk Free List Summary" startTime="false">
 238     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 239     <Field type="GCWhen" name="when" label="When" />
 240     <Field type="MetadataType" name="metadataType" label="Metadata Type" />
 241     <Field type="ulong" name="specializedChunks" label="Specialized Chunks" />
 242     <Field type="ulong" contentType="bytes" name="specializedChunksTotalSize" label="Specialized Chunks Total Size" />
 243     <Field type="ulong" name="smallChunks" label="Small Chunks" />
 244     <Field type="ulong" contentType="bytes" name="smallChunksTotalSize" label="Small Chunks Total Size" />
 245     <Field type="ulong" name="mediumChunks" label="Medium Chunks" />
 246     <Field type="ulong" contentType="bytes" name="mediumChunksTotalSize" label="Medium Chunks Total Size" />
 247     <Field type="ulong" name="humongousChunks" label="Humongous Chunks" />
 248     <Field type="ulong" contentType="bytes" name="humongousChunksTotalSize" label="Humongous Chunks Total Size" />
 249   </Event>
 250 
 251   <Event name="PSHeapSummary" category="Java Virtual Machine, GC, Heap" label="Parallel Scavenge Heap Summary" startTime="false">
 252     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 253     <Field type="GCWhen" name="when" label="When" />
 254     <Field type="VirtualSpace" struct="true" name="oldSpace" label="Old Space" />
 255     <Field type="ObjectSpace" struct="true" name="oldObjectSpace" label="Old Object Space" />
 256     <Field type="VirtualSpace" struct="true" name="youngSpace" label="Young Space" />
 257     <Field type="ObjectSpace" struct="true" name="edenSpace" label="Eden Space" />
 258     <Field type="ObjectSpace" struct="true" name="fromSpace" label="From Space" />
 259     <Field type="ObjectSpace" struct="true" name="toSpace" label="To Space" />
 260   </Event>
 261 
 262   <Event name="G1HeapSummary" category="Java Virtual Machine, GC, Heap" label="G1 Heap Summary" startTime="false">
 263     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 264     <Field type="GCWhen" name="when" label="When" />
 265     <Field type="ulong" contentType="bytes" name="edenUsedSize" label="Eden Used Size" />
 266     <Field type="ulong" contentType="bytes" name="edenTotalSize" label="Eden Total Size" />
 267     <Field type="ulong" contentType="bytes" name="survivorUsedSize" label="Survivor Used Size" />
 268     <Field type="uint" name="numberOfRegions" label="Number of Regions" />
 269   </Event>
 270 
 271   <Event name="GarbageCollection" category="Java Virtual Machine, GC, Collector" label="Garbage Collection" description="Garbage collection performed by the JVM">
 272     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 273     <Field type="GCName" name="name" label="Name" description="The name of the Garbage Collector" />
 274     <Field type="GCCause" name="cause" label="Cause" description="The reason for triggering this Garbage Collection" />
 275     <Field type="Tickspan" name="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" />
 276     <Field type="Tickspan" name="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" />
 277   </Event>
 278 
 279   <Event name="ParallelOldGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Parallel Old Garbage Collection"
 280     description="Extra information specific to Parallel Old Garbage Collections">
 281     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 282     <Field type="ulong" contentType="address" name="densePrefix" label="Dense Prefix" description="The address of the dense prefix, used when compacting" />
 283   </Event>
 284 
 285   <Event name="YoungGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Young Garbage Collection" description="Extra information specific to Young Garbage Collections">
 286     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 287     <Field type="uint" name="tenuringThreshold" label="Tenuring Threshold" />
 288   </Event>
 289 
 290   <Event name="OldGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Old Garbage Collection" description="Extra information specific to Old Garbage Collections">
 291     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 292   </Event>
 293 
 294   <Event name="G1GarbageCollection" category="Java Virtual Machine, GC, Collector" label="G1 Garbage Collection" description="Extra information specific to G1 Garbage Collections">
 295     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 296     <Field type="G1YCType" name="type" label="Type" />
 297   </Event>
 298 
 299   <Event name="G1MMU" category="Java Virtual Machine, GC, Detailed" label="G1 MMU Information" startTime="false">
 300     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 301     <Field type="long" contentType="millis" name="timeSlice" label="Time Slice" description="Time slice used to calculate MMU" />
 302     <Field type="long" contentType="millis" name="gcTime" label="GC Time" description="Time stopped because of GC during last time slice" />
 303     <Field type="long" contentType="millis" name="pauseTarget" label="Pause Target" description="Max time allowed to be spent on GC during last time slice" />
 304   </Event>
 305 
 306   <Event name="EvacuationInformation" category="Java Virtual Machine, GC, Detailed" label="Evacuation Information" startTime="false">
 307     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 308     <Field type="uint" name="cSetRegions" label="Collection Set Regions" />
 309     <Field type="ulong" contentType="bytes" name="cSetUsedBefore" label="Collection Set Before" description="Memory usage before GC in the collection set regions" />
 310     <Field type="ulong" contentType="bytes" name="cSetUsedAfter" label="Collection Set After" description="Memory usage after GC in the collection set regions" />
 311     <Field type="uint" name="allocationRegions" label="Allocation Regions" description="Regions chosen as allocation regions during evacuation (includes survivors and old space regions)" />
 312     <Field type="ulong" contentType="bytes" name="allocationRegionsUsedBefore" label="Allocation Regions Before" description="Memory usage before GC in allocation regions" />
 313     <Field type="ulong" contentType="bytes" name="allocationRegionsUsedAfter" label="Allocation Regions After" description="Memory usage after GC in allocation regions" />
 314     <Field type="ulong" contentType="bytes" name="bytesCopied" label="Bytes Copied" />
 315     <Field type="uint" name="regionsFreed" label="Regions Freed" />
 316   </Event>
 317 
 318   <Event name="GCReferenceStatistics" category="Java Virtual Machine, GC, Reference" label="GC Reference Statistics" startTime="false"
 319     description="Total count of processed references during GC">
 320     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 321     <Field type="ReferenceType" name="type" label="Type" />
 322     <Field type="ulong" name="count" label="Total Count" />
 323   </Event>
 324 
 325   <Type name="CopyFailed">
 326     <Field type="ulong" name="objectCount" label="Object Count" />
 327     <Field type="ulong" contentType="bytes" name="firstSize" label="First Failed Object Size" />
 328     <Field type="ulong" contentType="bytes" name="smallestSize" label="Smallest Failed Object Size" />
 329     <Field type="ulong" contentType="bytes" name="totalSize" label="Total Object Size" />
 330   </Type>
 331 
 332   <Event name="ObjectCountAfterGC" category="Java Virtual Machine, GC, Detailed" startTime="false" label="Object Count after GC">
 333     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 334     <Field type="Class" name="objectClass" label="Object Class" />
 335     <Field type="long" name="count" label="Count" />
 336     <Field type="ulong" contentType="bytes" name="totalSize" label="Total Size" />
 337   </Event>
 338 
 339   <Type name="G1EvacuationStatistics">
 340     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 341     <Field type="ulong" contentType="bytes" name="allocated" label="Allocated" description="Total memory allocated by PLABs" />
 342     <Field type="ulong" contentType="bytes" name="wasted" label="Wasted" description="Total memory wasted within PLABs due to alignment or refill" />
 343     <Field type="ulong" contentType="bytes" name="used" label="Used" description="Total memory occupied by objects within PLABs" />
 344     <Field type="ulong" contentType="bytes" name="undoWaste" label="Undo Wasted" description="Total memory wasted due to allocation undo within PLABs" />
 345     <Field type="ulong" contentType="bytes" name="regionEndWaste" label="Region End Wasted" description="Total memory wasted at the end of regions due to refill" />
 346     <Field type="uint" contentType="bytes" name="regionsRefilled" label="Region Refills" description="Total memory wasted at the end of regions due to refill" />
 347     <Field type="ulong" contentType="bytes" name="directAllocated" label="Allocated (direct)" description="Total memory allocated using direct allocation outside of PLABs" />
 348     <Field type="ulong" contentType="bytes" name="failureUsed" label="Used (failure)" description="Total memory occupied by objects in regions where evacuation failed" />
 349     <Field type="ulong" contentType="bytes" name="failureWaste" label="Wasted (failure)" description="Total memory left unused in regions where evacuation failed" />
 350   </Type>
 351 
 352   <Event name="G1EvacuationYoungStatistics" category="Java Virtual Machine, GC, Detailed" label="G1 Evacuation Statistics for Young" startTime="false"
 353     description="Memory related evacuation statistics during GC for the young generation">
 354     <Field type="G1EvacuationStatistics" struct="true" name="statistics" label="Evacuation Statistics" />
 355   </Event>
 356 
 357   <Event name="G1EvacuationOldStatistics" category="Java Virtual Machine, GC, Detailed" label="G1 Evacuation Memory Statistics for Old" startTime="false"
 358     description="Memory related evacuation statistics during GC for the old generation">
 359     <Field type="G1EvacuationStatistics" struct="true" name="statistics" label="Evacuation Statistics" />
 360   </Event>
 361 
 362   <Event name="G1BasicIHOP" category="Java Virtual Machine, GC, Detailed" label="G1 Basic IHOP Statistics" startTime="false"
 363     description="Basic statistics related to current IHOP calculation">
 364     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 365     <Field type="ulong" contentType="bytes" name="threshold" label="Current IHOP Threshold" description="Current IHOP threshold" />
 366     <Field type="float" contentType="percentage" name="thresholdPercentage" label="Current IHOP Threshold" description="Current IHOP threshold in percent of old generation" />
 367     <Field type="ulong" contentType="bytes" name="targetOccupancy" label="Target Occupancy" description="Target old generation occupancy to reach at the start of mixed GC" />
 368     <Field type="ulong" contentType="bytes" name="currentOccupancy" label="Current Occupancy" description="Current old generation occupancy" />
 369     <Field type="ulong" contentType="bytes" name="recentMutatorAllocationSize" label="Recent Mutator Allocation Size"
 370       description="Mutator allocation during mutator operation in the most recent interval" />
 371     <Field type="long" contentType="millis" name="recentMutatorDuration" label="Recent Mutator Duration" description="Time the mutator ran in the most recent interval" />
 372     <Field type="double" contentType="bytes-per-second" name="recentAllocationRate" label="Recent Allocation Rate" description="Allocation rate of the mutator in the most recent interval in bytes/second" />
 373     <Field type="long" contentType="millis" name="lastMarkingDuration" label="Last Marking Duration" description="Last time from the end of the last initial mark to the first mixed GC" />
 374   </Event>
 375 
 376   <Event name="G1AdaptiveIHOP" category="Java Virtual Machine, GC, Detailed" label="G1 Adaptive IHOP Statistics" startTime="false"
 377     description="Statistics related to current adaptive IHOP calculation">
 378     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 379     <Field type="ulong" contentType="bytes" name="threshold" label="Threshold" description="Current IHOP Threshold" />
 380     <Field type="float" contentType="percentage" name="thresholdPercentage" label="Threshold" description="Current IHOP threshold in percent of the internal target occupancy" />
 381     <Field type="ulong" contentType="bytes" name="ihopTargetOccupancy" label="IHOP Target Occupancy" description="Internal target old generation occupancy to reach at the start of mixed GC" />
 382     <Field type="ulong" contentType="bytes" name="currentOccupancy" label="Current Occupancy" description="Current old generation occupancy" />
 383     <Field type="ulong" contentType="bytes" name="additionalBufferSize" label="Additional Buffer" description="Additional buffer size" experimental="true" />
 384     <Field type="double" contentType="bytes-per-second" name="predictedAllocationRate" label="Predicted Allocation Rate" description="Current predicted allocation rate for the mutator in bytes/second" />
 385     <Field type="long" contentType="millis" name="predictedMarkingDuration" label="Predicted Marking Duration"
 386       description="Current predicted time from the end of the last initial mark to the first mixed GC" />
 387     <Field type="boolean" name="predictionActive" label="Prediction Active" description="Indicates whether the adaptive IHOP prediction is active" />
 388   </Event>
 389 
 390   <Event name="PromoteObjectInNewPLAB" category="Java Virtual Machine, GC, Detailed" label="Promotion in new PLAB"
 391     description="Object survived scavenge and was copied to a new Promotion Local Allocation Buffer (PLAB). Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects."
 392     thread="true" stackTrace="false" startTime="false">
 393     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" description="Identifier signifying GC during which the object was promoted" />
 394     <Field type="Class" name="objectClass" label="Object Class" description="Class of promoted object" />
 395     <Field type="ulong" contentType="bytes" name="objectSize" label="Object Size" description="Size of promoted object" />
 396     <Field type="uint" name="tenuringAge" label="Object Tenuring Age"
 397       description="Tenuring age of a surviving object before being copied. The tenuring age of an object is a value between 0-15 and is incremented each scavange the object survives. Newly allocated objects have tenuring age 0." />
 398     <Field type="boolean" name="tenured" label="Tenured" description="True if object was promoted to Old space, otherwise the object was aged and copied to a Survivor space" />
 399     <Field type="ulong" contentType="bytes" name="plabSize" label="PLAB Size" description="Size of the allocated PLAB to which the object was copied" />
 400   </Event>
 401 
 402   <Event name="PromoteObjectOutsidePLAB" category="Java Virtual Machine, GC, Detailed" label="Promotion outside PLAB"
 403     description="Object survived scavenge and was copied directly to the heap. Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects."
 404     thread="true" stackTrace="false" startTime="false">
 405     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" description="Identifier signifying GC during which the object was promoted" />
 406     <Field type="Class" name="objectClass" label="Object Class" description="Class of promoted object" />
 407     <Field type="ulong" contentType="bytes" name="objectSize" label="Object Size" description="Size of promoted object" />
 408     <Field type="uint" name="tenuringAge" label="Object Tenuring Age"
 409       description="Tenuring age of a surviving object before being copied. The tenuring age of an object is a value between 0-15 and is incremented each scavange the object survives. Newly allocated objects have tenuring age 0." />
 410     <Field type="boolean" name="tenured" label="Tenured" description="True if object was promoted to Old space, otherwise the object was aged and copied to a Survivor space" />
 411   </Event>
 412 
 413   <Event name="PromotionFailed" category="Java Virtual Machine, GC, Detailed" label="Promotion Failed" startTime="false" description="Promotion of an object failed">
 414     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 415     <Field type="CopyFailed" struct="true" name="promotionFailed" label="Promotion Failed Data" />
 416     <Field type="Thread" name="thread" label="Running thread" />
 417   </Event>
 418 
 419   <Event name="EvacuationFailed" category="Java Virtual Machine, GC, Detailed" label="Evacuation Failed" startTime="false" description="Evacuation of an object failed">
 420     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 421     <Field type="CopyFailed" struct="true" name="evacuationFailed" label="Evacuation Failed Data" />
 422   </Event>
 423 
 424   <Event name="ConcurrentModeFailure" category="Java Virtual Machine, GC, Detailed" label="Concurrent Mode Failure" startTime="false" description="Concurrent Mode failed">
 425     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 426   </Event>
 427 
 428   <Event name="GCPhasePause" category="Java Virtual Machine, GC, Phases" label="GC Phase Pause" thread="true">
 429     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 430     <Field type="string" name="name" label="Name" />
 431   </Event>
 432 
 433   <Event name="GCPhasePauseLevel1" category="Java Virtual Machine, GC, Phases" label="GC Phase Pause Level 1" thread="true">
 434     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 435     <Field type="string" name="name" label="Name" />
 436   </Event>
 437 
 438   <Event name="GCPhasePauseLevel2" category="Java Virtual Machine, GC, Phases" label="GC Phase Pause Level 2" thread="true">
 439     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 440     <Field type="string" name="name" label="Name" />
 441   </Event>
 442 
 443   <Event name="GCPhasePauseLevel3" category="Java Virtual Machine, GC, Phases" label="GC Phase Pause Level 3" thread="true">
 444     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 445     <Field type="string" name="name" label="Name" />
 446   </Event>
 447 
 448   <Event name="GCPhasePauseLevel4" category="Java Virtual Machine, GC, Phases" label="GC Phase Pause Level 4" thread="true">
 449     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 450     <Field type="string" name="name" label="Name" />
 451   </Event>
 452 
 453   <Event name="GCPhaseConcurrent" category="Java Virtual Machine, GC, Phases" label="GC Phase Concurrent" thread="true">
 454     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 455     <Field type="string" name="name" label="Name" />
 456   </Event>
 457 
 458   <Event name="GCPhaseParallel" category="Java Virtual Machine, GC, Phases" label="GC Phase Parallel"
 459          startTime="true" thread="true" description="GC phases for parallel workers">
 460     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId"/>
 461     <Field type="uint" name="gcWorkerId" label="GC Worker Identifier" />
 462     <Field type="string" name="name" label="Name" />
 463   </Event>
 464 
 465   <Event name="AllocationRequiringGC" category="Java Virtual Machine, GC, Detailed" label="Allocation Requiring GC" thread="true" stackTrace="true"
 466     startTime="false">
 467     <Field type="uint" name="gcId" label="Pending GC Identifier" relation="GcId" />
 468     <Field type="ulong" contentType="bytes" name="size" label="Allocation Size" />
 469   </Event>
 470 
 471   <Event name="TenuringDistribution" category="Java Virtual Machine, GC, Detailed" label="Tenuring Distribution" startTime="false">
 472     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 473     <Field type="uint" name="age" label="Age" />
 474     <Field type="ulong" contentType="bytes" name="size" label="Size" />
 475   </Event>
 476 
 477   <Event name="G1HeapRegionTypeChange" category="Java Virtual Machine, GC, Detailed" label="G1 Heap Region Type Change" description="Information about a G1 heap region type change"
 478     startTime="false">
 479     <Field type="uint" name="index" label="Index" />
 480     <Field type="G1HeapRegionType" name="from" label="From" />
 481     <Field type="G1HeapRegionType" name="to" label="To" />
 482     <Field type="ulong" contentType="address" name="start" label="Start" />
 483     <Field type="ulong" contentType="bytes" name="used" label="Used" />
 484   </Event>
 485 
 486   <Event name="Compilation" category="Java Virtual Machine, Compiler" label="Compilation" thread="true" commitState="_thread_in_native">
 487     <Field type="uint" name="compileId" label="Compilation Identifier" relation="CompileId" />
 488     <Field type="CompilerType" name="compiler" label="Compiler" />
 489     <Field type="Method" name="method" label="Method" />
 490     <Field type="ushort" name="compileLevel" label="Compilation Level" />
 491     <Field type="boolean" name="succeded" label="Succeeded" />
 492     <Field type="boolean" name="isOsr" label="On Stack Replacement" />
 493     <Field type="ulong" contentType="bytes" name="codeSize" label="Compiled Code Size" />
 494     <Field type="ulong" contentType="bytes" name="inlinedBytes" label="Inlined Code Size" />
 495   </Event>
 496 
 497   <Event name="CompilerPhase" category="Java Virtual Machine, Compiler" label="Compiler Phase" thread="true" >
 498     <Field type="CompilerPhaseType" name="phase" label="Compile Phase" />
 499     <Field type="uint" name="compileId" label="Compilation Identifier" relation="CompileId" />
 500     <Field type="ushort" name="phaseLevel" label="Phase Level" />
 501   </Event>
 502 
 503   <Event name="CompilationFailure" category="Java Virtual Machine, Compiler" label="Compilation Failure" thread="true"  startTime="false">
 504     <Field type="string" name="failureMessage" label="Failure Message" />
 505     <Field type="uint" name="compileId" label="Compilation Identifier" relation="CompileId" />
 506   </Event>
 507 
 508   <Type name="CalleeMethod">
 509     <Field type="string" name="type" label="Class" />
 510     <Field type="string" name="name" label="Method Name" />
 511     <Field type="string" name="descriptor" label="Method Descriptor" />
 512   </Type>
 513 
 514   <Event name="CompilerInlining" category="Java Virtual Machine, Compiler, Optimization" label="Method Inlining" thread="true" startTime="false" commitState="_thread_in_native">
 515     <Field type="uint" name="compileId" label="Compilation Identifier" relation="CompileId" />
 516     <Field type="Method" name="caller" label="Caller Method" />
 517     <Field type="CalleeMethod" name="callee" struct="true" label="Callee Method" />
 518     <Field type="boolean" name="succeeded" label="Succeeded" />
 519     <Field type="string" name="message" label="Message" />
 520     <Field type="int" name="bci" label="Bytecode Index" />
 521   </Event>
 522 
 523   <Event name="SweepCodeCache" category="Java Virtual Machine, Code Sweeper" label="Sweep Code Cache" thread="true" >
 524     <Field type="int" name="sweepId" label="Sweep Identifier" relation="SweepId" />
 525     <Field type="uint" name="sweptCount" label="Methods Swept" />
 526     <Field type="uint" name="flushedCount" label="Methods Flushed" />
 527     <Field type="uint" name="zombifiedCount" label="Methods Zombified" />
 528   </Event>
 529 
 530   <Event name="CodeCacheFull" category="Java Virtual Machine, Code Cache" label="Code Cache Full" thread="true" startTime="false">
 531     <Field type="CodeBlobType" name="codeBlobType" label="Code Heap" />
 532     <Field type="ulong" contentType="address" name="startAddress" label="Start Address" />
 533     <Field type="ulong" contentType="address" name="commitedTopAddress" label="Commited Top" />
 534     <Field type="ulong" contentType="address" name="reservedTopAddress" label="Reserved Top" />
 535     <Field type="int" name="entryCount" label="Entries" />
 536     <Field type="int" name="methodCount" label="Methods" />
 537     <Field type="int" name="adaptorCount" label="Adaptors" />
 538     <Field type="ulong" contentType="bytes" name="unallocatedCapacity" label="Unallocated" />
 539     <Field type="int" name="fullCount" label="Full Count" />
 540   </Event>
 541 
 542   <Event name="Deoptimization" category="Java Virtual Machine, Compiler" label="Deoptimization" thread="true" stackTrace="true" startTime="false">
 543     <Field type="uint" name="compileId" label="Compilation Identifier" relation="CompileId" />
 544     <Field type="CompilerType" name="compiler" label="Compiler" />
 545     <Field type="Method" name="method" label="Method" />
 546     <Field type="int" name="lineNumber" label="Line Number" />
 547     <Field type="int" name="bci" label="Bytecode Index" />
 548     <Field type="Bytecode" name="instruction" label="Instruction" />
 549     <Field type="DeoptimizationReason" name="reason" label="Reason"/>
 550     <Field type="DeoptimizationAction" name="action" label="Action"/>
 551   </Event>
 552 
 553   <Event name="SafepointBegin" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Begin" description="Safepointing begin" thread="true">
 554     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
 555     <Field type="int" name="totalThreadCount" label="Total Threads" description="The total number of threads at the start of safe point" />
 556     <Field type="int" name="jniCriticalThreadCount" label="JNI Critical Threads" description="The number of threads in JNI critical sections" />
 557   </Event>
 558 
 559   <Event name="SafepointStateSynchronization" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint State Synchronization" description="Synchronize run state of threads"
 560     thread="true">
 561     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
 562     <Field type="int" name="initialThreadCount" label="Initial Threads" description="The number of threads running at the beginning of state check" />
 563     <Field type="int" name="runningThreadCount" label="Running Threads" description="The number of threads still running" />
 564     <Field type="int" name="iterations" label="Iterations" description="Number of state check iterations" />
 565   </Event>
 566 
 567   <Event name="SafepointCleanup" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Cleanup" description="Safepointing begin running cleanup tasks"
 568     thread="true">
 569     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
 570   </Event>
 571 
 572   <Event name="SafepointCleanupTask" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Cleanup Task" description="Safepointing begin running cleanup tasks"
 573     thread="true">
 574     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
 575     <Field type="string" name="name" label="Task Name" description="The task name" />
 576   </Event>
 577 
 578   <Event name="SafepointEnd" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint End" description="Safepointing end" thread="true">
 579     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
 580   </Event>
 581 
 582   <Event name="ExecuteVMOperation" category="Java Virtual Machine, Runtime" label="VM Operation" description="Execution of a VM Operation" thread="true">
 583     <Field type="VMOperationType" name="operation" label="Operation" />
 584     <Field type="boolean" name="safepoint" label="At Safepoint" description="If the operation occured at a safepoint" />
 585     <Field type="boolean" name="blocking" label="Caller Blocked" description="If the calling thread was blocked until the operation was complete" />
 586     <Field type="Thread" name="caller" label="Caller" transition="from"
 587       description="Thread requesting operation. If non-blocking, will be set to 0 indicating thread is unknown" />
 588     <Field type="ulong" name="safepointId" label="Safepoint Identifier" description="The safepoint (if any) under which this operation was completed"
 589       relation="SafepointId" />
 590   </Event>
 591 
 592   <Event name="Shutdown" category="Java Virtual Machine, Runtime" label="JVM Shutdown" description="JVM shutting down" thread="true" stackTrace="true"
 593     startTime="false">
 594     <Field type="string" name="reason" label="Reason" description="Reason for JVM shutdown" />
 595   </Event>
 596 
 597   <Event name="ObjectAllocationInNewTLAB" category="Java Application" label="Allocation in new TLAB" description="Allocation in new Thread Local Allocation Buffer"
 598     thread="true" stackTrace="true" startTime="false">
 599     <Field type="Class" name="objectClass" label="Object Class" description="Class of allocated object" />
 600     <Field type="ulong" contentType="bytes" name="allocationSize" label="Allocation Size" />
 601     <Field type="ulong" contentType="bytes" name="tlabSize" label="TLAB Size" />
 602   </Event>
 603 
 604   <Event name="ObjectAllocationOutsideTLAB" category="Java Application" label="Allocation outside TLAB" description="Allocation outside Thread Local Allocation Buffers"
 605     thread="true" stackTrace="true" startTime="false">
 606     <Field type="Class" name="objectClass" label="Object Class" description="Class of allocated object" />
 607     <Field type="ulong" contentType="bytes" name="allocationSize" label="Allocation Size" />
 608   </Event>
 609 
 610   <Event name="OldObjectSample" category="Java Virtual Machine, Profiling" label="Old Object Sample" description="A potential memory leak" stackTrace="true" thread="true"
 611     startTime="false" cutoff="true">
 612     <Field type="Ticks" name="allocationTime" label="Allocation Time" />
 613     <Field type="Tickspan" name="objectAge" label="Object Age" />
 614     <Field type="ulong" contentType="bytes" name="lastKnownHeapUsage" label="Last Known Heap Usage" />
 615     <Field type="OldObject" name="object" label="Object" />
 616     <Field type="int" name="arrayElements" label="Array Elements" description="If the object is an array, the number of elements, or -1 if it is not an array" />
 617     <Field type="OldObjectGcRoot" name="root" label="GC Root" />
 618   </Event>
 619 
 620   <Event name="DumpReason" category="Flight Recorder" label="Recording Reason"
 621          description="Who requested the recording and why"
 622          startTime="false">
 623     <Field type="string" name="reason" label="Reason" description="Reason for writing recording data to disk" />
 624     <Field type="int" name="recordingId" label="Recording Id" description="Id of the recording that triggered the dump, or -1 if it was not related to a recording" />
 625   </Event>
 626 
 627   <Event name="DataLoss" category="Flight Recorder" label="Data Loss"
 628          description="Data could not be copied out from a buffer, typically because of contention"
 629          startTime="false">
 630     <Field type="ulong" contentType="bytes" name="amount" label="Amount" description="Amount lost data" />
 631     <Field type="ulong" contentType="bytes" name="total" label="Total" description="Total lost amount for thread" />
 632   </Event>
 633 
 634   <Event name="JVMInformation" category="Java Virtual Machine" label="JVM Information"
 635          description="Description of JVM and the Java application"
 636          period="endChunk">
 637     <Field type="string" name="jvmName" label="JVM Name" />
 638     <Field type="string" name="jvmVersion" label="JVM Version" />
 639     <Field type="string" name="jvmArguments" label="JVM Command Line Arguments" />
 640     <Field type="string" name="jvmFlags" label="JVM Settings File Arguments" />
 641     <Field type="string" name="javaArguments" label="Java Application Arguments" />
 642     <Field type="long" contentType="epochmillis" name="jvmStartTime" label="JVM Start Time" />
 643     <Field type="long" name="pid" label="Process Identifier" />
 644      </Event>
 645 
 646   <Event name="OSInformation" category="Operating System" label="OS Information" period="endChunk">
 647     <Field type="string" name="osVersion" label="OS Version" />
 648   </Event>
 649 
 650   <Event name="VirtualizationInformation" category="Operating System" label="Virtualization Information" period="endChunk">
 651     <Field type="string" name="name" label="Name" />
 652   </Event>
 653 
 654   <Event name="InitialSystemProperty" category="Java Virtual Machine" label="Initial System Property" description="System Property at JVM start" period="endChunk">
 655     <Field type="string" name="key" label="Key" />
 656     <Field type="string" name="value" label="Value" />
 657   </Event>
 658 
 659   <Event name="InitialEnvironmentVariable" category="Operating System" label="Initial Environment Variable" period="endChunk">
 660     <Field type="string" name="key" label="Key" />
 661     <Field type="string" name="value" label="Value" />
 662   </Event>
 663 
 664   <Event name="SystemProcess" category="Operating System" label="System Process" period="endChunk">
 665     <Field type="string" name="pid" label="Process Identifier" />
 666     <Field type="string" name="commandLine" label="Command Line" />
 667   </Event>
 668 
 669   <Event name="CPUInformation" category="Operating System, Processor" label="CPU Information" period="endChunk">
 670     <Field type="string" name="cpu" label="Type" />
 671     <Field type="string" name="description" label="Description" />
 672     <Field type="uint" name="sockets" label="Sockets" />
 673     <Field type="uint" name="cores" label="Cores" />
 674     <Field type="uint" name="hwThreads" label="Hardware Threads" />
 675   </Event>
 676 
 677   <Event name="CPUTimeStampCounter" category="Operating System, Processor" label="CPU Time Stamp Counter" period="endChunk">
 678     <Field type="boolean" name="fastTimeEnabled" label="Fast Time" />
 679     <Field type="boolean" name="fastTimeAutoEnabled" label="Trusted Platform" />
 680     <Field type="long" contentType="hertz" name="osFrequency" label="OS Frequency" />
 681     <Field type="long" contentType="hertz" name="fastTimeFrequency" label="Fast Time Frequency" />
 682   </Event>
 683 
 684   <Event name="CPULoad" category="Operating System, Processor" label="CPU Load" description="OS CPU Load" period="everyChunk">
 685     <Field type="float" contentType="percentage" name="jvmUser" label="JVM User" />
 686     <Field type="float" contentType="percentage" name="jvmSystem" label="JVM System" />
 687     <Field type="float" contentType="percentage" name="machineTotal" label="Machine Total" />
 688   </Event>
 689 
 690   <Event name="ThreadCPULoad" category="Operating System, Processor" label="Thread CPU Load" period="everyChunk" thread="true">
 691     <Field type="float" contentType="percentage" name="user" label="User Mode CPU Load" description="User mode thread CPU load" />
 692     <Field type="float" contentType="percentage" name="system" label="System Mode CPU Load" description="System mode thread CPU load" />
 693   </Event>
 694 
 695   <Event name="ThreadContextSwitchRate" category="Operating System, Processor" label="Thread Context Switch Rate" period="everyChunk">
 696     <Field type="float" contentType="hertz" name="switchRate" label="Switch Rate" description="Number of context switches per second" />
 697   </Event>
 698 
 699   <Event name="NetworkUtilization" category="Operating System, Network" label="Network Utilization" period="everyChunk">
 700     <Field type="NetworkInterfaceName" name="networkInterface" label="Network Interface" description="Network Interface Name"/>
 701     <Field type="long" contentType="bits-per-second" name="readRate" label="Read Rate" description="Number of incoming bits per second"/>
 702     <Field type="long" contentType="bits-per-second" name="writeRate" label="Write Rate" description="Number of outgoing bits per second"/>
 703   </Event>
 704 
 705   <Event name="JavaThreadStatistics" category="Java Application, Statistics" label="Java Thread Statistics" period="everyChunk">
 706     <Field type="long" name="activeCount" label="Active Threads" description="Number of live active threads including both daemon and non-daemon threads" />
 707     <Field type="long" name="daemonCount" label="Daemon Threads" description="Number of live daemon threads" />
 708     <Field type="long" name="accumulatedCount" label="Accumulated Threads" description="Number of threads created and also started since JVM start" />
 709     <Field type="long" name="peakCount" label="Peak Threads" description="Peak live thread count since JVM start or when peak count was reset" />
 710   </Event>
 711 
 712   <Event name="ClassLoadingStatistics" category="Java Application, Statistics" label="Class Loading Statistics" period="everyChunk">
 713     <Field type="long" name="loadedClassCount" label="Loaded Class Count" description="Number of classes loaded since JVM start" />
 714     <Field type="long" name="unloadedClassCount" label="Unloaded Class Count" description="Number of classes unloaded since JVM start" />
 715   </Event>
 716 
 717   <Event name="ClassLoaderStatistics" category="Java Application, Statistics" label="Class Loader Statistics" period="everyChunk">
 718     <Field type="ClassLoader" name="classLoader" label="Class Loader" />
 719     <Field type="ClassLoader" name="parentClassLoader" label="Parent Class Loader" />
 720     <Field type="ulong" contentType="address" name="classLoaderData" label="ClassLoaderData Pointer" description="Pointer to the ClassLoaderData structure in the JVM" />
 721     <Field type="long" name="classCount" label="Classes" description="Number of loaded classes" />
 722     <Field type="ulong" contentType="bytes" name="chunkSize" label="Total Chunk Size" description="Total size of all allocated metaspace chunks (each chunk has several blocks)" />
 723     <Field type="ulong" contentType="bytes" name="blockSize" label="Total Block Size" description="Total size of all allocated metaspace blocks (each chunk has several blocks)" />
 724     <Field type="long" name="unsafeAnonymousClassCount" label="Unsafe Anonymous Classes" description="Number of loaded classes to support invokedynamic" />
 725     <Field type="ulong" contentType="bytes" name="unsafeAnonymousChunkSize" label="Total Unsafe Anonymous Classes Chunk Size"
 726       description="Total size of all allocated metaspace chunks for unsafe anonymous classes (each chunk has several blocks)" />
 727     <Field type="ulong" contentType="bytes" name="unsafeAnonymousBlockSize" label="Total Unsafe Anonymous Classes Block Size"
 728       description="Total size of all allocated metaspace blocks for unsafe anonymous classes (each chunk has several blocks)" />
 729     <Field type="long" name="hiddenClassCount" label="Hidden Classes" description="Number of hidden classes" />
 730     <Field type="ulong" contentType="bytes" name="hiddenChunkSize" label="Total Hidden Classes Chunk Size"
 731       description="Total size of all allocated metaspace chunks for hidden classes (each chunk has several blocks)" />
 732     <Field type="ulong" contentType="bytes" name="hiddenBlockSize" label="Total Hidden Classes Block Size"
 733       description="Total size of all allocated metaspace blocks for hidden classes (each chunk has several blocks)" />
 734   </Event>
 735 
 736   <Event name="SymbolTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="Symbol Table Statistics" period="everyChunk">
 737     <Field type="ulong" name="bucketCount" label="Bucket Count" description="Number of buckets" />
 738     <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" />
 739     <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" />
 740     <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" />
 741     <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" />
 742     <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" />
 743     <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" />
 744     <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" />
 745     <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" />
 746   </Event>
 747 
 748   <Event name="StringTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="String Table Statistics" period="everyChunk">
 749     <Field type="ulong" name="bucketCount" label="Bucket Count" description="Number of buckets" />
 750     <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" />
 751     <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" />
 752     <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" />
 753     <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" />
 754     <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" />
 755     <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" />
 756     <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" />
 757     <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" />
 758   </Event>
 759 
 760   <Event name="PlaceholderTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="Placeholder Table Statistics" period="everyChunk">
 761     <Field type="ulong" name="bucketCount" label="Bucket Count" description="Number of buckets" />
 762     <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" />
 763     <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" />
 764     <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" />
 765     <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" />
 766     <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" />
 767     <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" />
 768     <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" />
 769     <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" />
 770   </Event>
 771 
 772   <Event name="LoaderConstraintsTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="Loader Constraints Table Statistics" period="everyChunk">
 773     <Field type="ulong" name="bucketCount" label="Bucket Count" />
 774     <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" />
 775     <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" />
 776     <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" />
 777     <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" />
 778     <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" />
 779     <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" />
 780     <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" />
 781     <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" />
 782   </Event>
 783 
 784   <Event name="ProtectionDomainCacheTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="Protection Domain Cache Table Statistics" period="everyChunk">
 785     <Field type="ulong" name="bucketCount" label="Bucket Count" description="Number of buckets" />
 786     <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" />
 787     <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" />
 788     <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" />
 789     <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" />
 790     <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" />
 791     <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" />
 792     <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" />
 793     <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" />
 794   </Event>
 795 
 796   <Event name="ThreadAllocationStatistics" category="Java Application, Statistics" label="Thread Allocation Statistics" period="everyChunk">
 797     <Field type="ulong" contentType="bytes" name="allocated" label="Allocated" description="Approximate number of bytes allocated since thread start" />
 798     <Field type="Thread" name="thread" label="Thread" />
 799   </Event>
 800 
 801   <Event name="PhysicalMemory" category="Operating System, Memory" label="Physical Memory" description="OS Physical Memory" period="everyChunk">
 802     <Field type="ulong" contentType="bytes" name="totalSize" label="Total Size" description="Total amount of physical memory available to OS" />
 803     <Field type="ulong" contentType="bytes" name="usedSize" label="Used Size" description="Total amount of physical memory in use" />
 804   </Event>
 805 
 806   <Event name="ExecutionSample" category="Java Virtual Machine, Profiling" label="Method Profiling Sample" description="Snapshot of a threads state"
 807     period="everyChunk">
 808     <Field type="Thread" name="sampledThread" label="Thread" />
 809     <Field type="StackTrace" name="stackTrace" label="Stack Trace" />
 810     <Field type="ThreadState" name="state" label="Thread State" />
 811   </Event>
 812 
 813   <Event name="NativeMethodSample" category="Java Virtual Machine, Profiling" label="Method Profiling Sample Native" description="Snapshot of a threads state when in native"
 814     period="everyChunk">
 815     <Field type="Thread" name="sampledThread" label="Thread" />
 816     <Field type="StackTrace" name="stackTrace" label="Stack Trace" />
 817     <Field type="ThreadState" name="state" label="Thread State" />
 818   </Event>
 819 
 820   <Event name="ThreadDump" category="Java Virtual Machine, Runtime" label="Thread Dump" period="everyChunk">
 821     <Field type="string" name="result" label="Thread Dump" />
 822   </Event>
 823 
 824   <Event name="NativeLibrary" category="Java Virtual Machine, Runtime" label="Native Library" period="everyChunk">
 825     <Field type="string" name="name" label="Name" />
 826     <Field type="ulong" contentType="address" name="baseAddress" label="Base Address" description="Starting address of the module" />
 827     <Field type="ulong" contentType="address" name="topAddress" label="Top Address" description="Ending address of the module" />
 828   </Event>
 829 
 830   <Event name="ModuleRequire" category="Java Virtual Machine, Runtime, Modules" label="Module Require" thread="false" period="everyChunk"
 831     description="A directed edge representing a dependency">
 832     <Field type="Module" name="source" label="Source Module" />
 833     <Field type="Module" name="requiredModule" label="Required Module" />
 834   </Event>
 835 
 836   <Event name="ModuleExport" category="Java Virtual Machine, Runtime, Modules" label="Module Export" thread="false" period="everyChunk">
 837     <Field type="Package" name="exportedPackage" label="Exported Package" />
 838     <Field type="Module" name="targetModule" label="Target Module"
 839       description="Module to which the package is qualifiedly exported. If null or N/A, the package is unqualifiedly exported" />
 840   </Event>
 841 
 842   <Event name="CompilerStatistics" category="Java Virtual Machine, Compiler" label="Compiler Statistics" thread="false" period="everyChunk" startTime="false">
 843     <Field type="int" name="compileCount" label="Compiled Methods" />
 844     <Field type="int" name="bailoutCount" label="Bailouts" />
 845     <Field type="int" name="invalidatedCount" label="Invalidated Compilations" />
 846     <Field type="int" name="osrCompileCount" label="OSR Compilations" />
 847     <Field type="int" name="standardCompileCount" label="Standard Compilations" />
 848     <Field type="ulong" contentType="bytes" name="osrBytesCompiled" label="OSR Bytes Compiled" />
 849     <Field type="ulong" contentType="bytes" name="standardBytesCompiled" label="Standard Bytes Compiled" />
 850     <Field type="ulong" contentType="bytes" name="nmethodsSize" label="Compilation Resulting Size" />
 851     <Field type="ulong" contentType="bytes" name="nmethodCodeSize" label="Compilation Resulting Code Size" />
 852     <Field type="long" contentType="millis" name="peakTimeSpent" label="Peak Time" />
 853     <Field type="long" contentType="millis" name="totalTimeSpent" label="Total time" />
 854   </Event>
 855 
 856   <Event name="CompilerConfiguration" category="Java Virtual Machine, Compiler" label="Compiler Configuration" thread="false" period="endChunk" startTime="false">
 857     <Field type="int" name="threadCount" label="Thread Count" />
 858     <Field type="boolean" name="tieredCompilation" label="Tiered Compilation" />
 859   </Event>
 860 
 861   <Event name="CodeCacheStatistics" category="Java Virtual Machine, Code Cache" label="Code Cache Statistics" thread="false" period="everyChunk" startTime="false">
 862     <Field type="CodeBlobType" name="codeBlobType" label="Code Heap" />
 863     <Field type="ulong" contentType="address" name="startAddress" label="Start Address" />
 864     <Field type="ulong" contentType="address" name="reservedTopAddress" label="Reserved Top" />
 865     <Field type="int" name="entryCount" label="Entries" />
 866     <Field type="int" name="methodCount" label="Methods" />
 867     <Field type="int" name="adaptorCount" label="Adaptors" />
 868     <Field type="ulong" contentType="bytes" name="unallocatedCapacity" label="Unallocated" />
 869     <Field type="int" name="fullCount" label="Full Count" />
 870   </Event>
 871 
 872   <Event name="CodeCacheConfiguration" category="Java Virtual Machine, Code Cache" label="Code Cache Configuration" thread="false" period="endChunk" startTime="false">
 873     <Field type="ulong" contentType="bytes" name="initialSize" label="Initial Size" />
 874     <Field type="ulong" contentType="bytes" name="reservedSize" label="Reserved Size" />
 875     <Field type="ulong" contentType="bytes" name="nonNMethodSize" label="Non-nmethod Size" />
 876     <Field type="ulong" contentType="bytes" name="profiledSize" label="Profiled Size" />
 877     <Field type="ulong" contentType="bytes" name="nonProfiledSize" label="Non-profiled Size" />
 878     <Field type="ulong" contentType="bytes" name="expansionSize" label="Expansion size" />
 879     <Field type="ulong" contentType="bytes" name="minBlockLength" label="Minimum Block Length" />
 880     <Field type="ulong" contentType="address" name="startAddress" label="Start Address" />
 881     <Field type="ulong" contentType="address" name="reservedTopAddress" label="Reserved Top" />
 882   </Event>
 883 
 884   <Event name="CodeSweeperStatistics" category="Java Virtual Machine, Code Sweeper" label="Code Sweeper Statistics" thread="false" period="everyChunk" startTime="false">
 885     <Field type="int" name="sweepCount" label="Sweeps" />
 886     <Field type="int" name="methodReclaimedCount" label="Methods Reclaimed" />
 887     <Field type="Tickspan" name="totalSweepTime" label="Time Spent Sweeping" />
 888     <Field type="Tickspan" name="peakFractionTime" label="Peak Time Fraction Sweep" />
 889     <Field type="Tickspan" name="peakSweepTime" label="Peak Time Full Sweep" />
 890   </Event>
 891 
 892   <Event name="CodeSweeperConfiguration" category="Java Virtual Machine, Code Sweeper" label="Code Sweeper Configuration" thread="false" period="endChunk" startTime="false">
 893     <Field type="boolean" name="sweeperEnabled" label="Code Sweeper Enabled" />
 894     <Field type="boolean" name="flushingEnabled" label="Code Cache Flushing Enabled" />
 895   </Event>
 896 
 897   <Event name="IntFlag" category="Java Virtual Machine, Flag" period="endChunk" label="Int Flag">
 898     <Field type="string" name="name" label="Name" />
 899     <Field type="int" name="value" label="Value" />
 900     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 901   </Event>
 902 
 903   <Event name="UnsignedIntFlag" category="Java Virtual Machine, Flag" period="endChunk" label="Unsigned Int Flag">
 904     <Field type="string" name="name" label="Name" />
 905     <Field type="uint" name="value" label="Value" />
 906     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 907   </Event>
 908 
 909   <Event name="LongFlag" category="Java Virtual Machine, Flag" period="endChunk" label="Long Flag">
 910     <Field type="string" name="name" label="Name" />
 911     <Field type="long" name="value" label="Value" />
 912     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 913   </Event>
 914 
 915   <Event name="UnsignedLongFlag" category="Java Virtual Machine, Flag" period="endChunk" label="Unsigned Long Flag">
 916     <Field type="string" name="name" label="Name" />
 917     <Field type="ulong" name="value" label="Value" />
 918     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 919   </Event>
 920 
 921   <Event name="DoubleFlag" category="Java Virtual Machine, Flag" period="endChunk" label="Double Flag">
 922     <Field type="string" name="name" label="Name" />
 923     <Field type="double" name="value" label="Value" />
 924     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 925   </Event>
 926 
 927   <Event name="BooleanFlag" category="Java Virtual Machine, Flag" period="endChunk" label="Boolean Flag">
 928     <Field type="string" name="name" label="Name" />
 929     <Field type="boolean" name="value" label="Value" />
 930     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 931   </Event>
 932 
 933   <Event name="StringFlag" category="Java Virtual Machine, Flag" period="endChunk" label="String Flag">
 934     <Field type="string" name="name" label="Name" />
 935     <Field type="string" name="value" label="Value" />
 936     <Field type="FlagValueOrigin" name="origin" label="Origin" />
 937   </Event>
 938 
 939   <Event name="ObjectCount" category="Java Virtual Machine, GC, Detailed" startTime="false" period="everyChunk" label="Object Count">
 940     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 941     <Field type="Class" name="objectClass" label="Object Class" />
 942     <Field type="long" name="count" label="Count" />
 943     <Field type="ulong" contentType="bytes" name="totalSize" label="Total Size" />
 944   </Event>
 945 
 946   <Event name="G1HeapRegionInformation" category="Java Virtual Machine, GC, Detailed" label="G1 Heap Region Information" description="Information about a specific heap region in the G1 GC"
 947     period="everyChunk">
 948     <Field type="uint" name="index" label="Index" />
 949     <Field type="G1HeapRegionType" name="type" label="Type" />
 950     <Field type="ulong" contentType="address" name="start" label="Start" />
 951     <Field type="ulong" contentType="bytes" name="used" label="Used" />
 952   </Event>
 953 
 954   <Event name="GCConfiguration" category="Java Virtual Machine, GC, Configuration" label="GC Configuration" description="The configuration of the garbage collector"
 955     period="endChunk">
 956     <Field type="GCName" name="youngCollector" label="Young Garbage Collector" description="The garbage collector used for the young generation" />
 957     <Field type="GCName" name="oldCollector" label="Old Garbage Collector" description="The garbage collector used for the old generation" />
 958     <Field type="uint" name="parallelGCThreads" label="Parallel GC Threads" description="Number of parallel threads to use for garbage collection" />
 959     <Field type="uint" name="concurrentGCThreads" label="Concurrent GC Threads" description="Number of concurrent threads to use for garbage collection" />
 960     <Field type="boolean" name="usesDynamicGCThreads" label="Uses Dynamic GC Threads" description="Whether a dynamic number of GC threads are used or not" />
 961     <Field type="boolean" name="isExplicitGCConcurrent" label="Concurrent Explicit GC" description="Whether System.gc() is concurrent or not" />
 962     <Field type="boolean" name="isExplicitGCDisabled" label="Disabled Explicit GC" description="Whether System.gc() will cause a garbage collection or not" />
 963     <Field type="long" contentType="millis" name="pauseTarget" label="Pause Target" description="Target for GC pauses" />
 964     <Field type="uint" name="gcTimeRatio" label="GC Time Ratio" description="Target for runtime vs garbage collection time" />
 965   </Event>
 966 
 967   <Event name="GCSurvivorConfiguration" category="Java Virtual Machine, GC, Configuration" label="GC Survivor Configuration"
 968     description="The configuration of the survivors of garbage collection" period="endChunk">
 969     <Field type="ubyte" name="maxTenuringThreshold" label="Maximum Tenuring Threshold" description="Upper limit for the age of how old objects to keep in the survivor area" />
 970     <Field type="ubyte" name="initialTenuringThreshold" label="Initial Tenuring Threshold" description="Initial age limit for how old objects to keep in survivor area" />
 971   </Event>
 972 
 973   <Event name="GCTLABConfiguration" category="Java Virtual Machine, GC, Configuration" label="TLAB Configuration"
 974     description="The configuration of the Thread Local Allocation Buffers (TLABs)" period="endChunk">
 975     <Field type="boolean" name="usesTLABs" label="TLABs Used" description="If Thread Local Allocation Buffers (TLABs) are in use" />
 976     <Field type="ulong" contentType="bytes" name="minTLABSize" label="Minimum TLAB Size" />
 977     <Field type="ulong" contentType="bytes" name="tlabRefillWasteLimit" label="TLAB Refill Waste Limit" />
 978   </Event>
 979 
 980   <Event name="GCHeapConfiguration" category="Java Virtual Machine, GC, Configuration" label="GC Heap Configuration" description="The configuration of the garbage collected heap"
 981     period="endChunk">
 982     <Field type="ulong" contentType="bytes" name="minSize" label="Minimum Heap Size" />
 983     <Field type="ulong" contentType="bytes" name="maxSize" label="Maximum Heap Size" />
 984     <Field type="ulong" contentType="bytes" name="initialSize" label="Initial Heap Size" />
 985     <Field type="boolean" name="usesCompressedOops" label="If Compressed Oops Are Used" description="If compressed Oops (Ordinary Object Pointers) are enabled" />
 986     <Field type="NarrowOopMode" name="compressedOopsMode" label="Compressed Oops Mode" description="The kind of compressed oops being used" />
 987     <Field type="ulong" contentType="bytes" name="objectAlignment" label="Object Alignment" description="Object alignment (in bytes) on the heap" />
 988     <Field type="ubyte" name="heapAddressBits" label="Heap Address Size" description="Heap Address Size (in bits)" />
 989   </Event>
 990 
 991   <Event name="YoungGenerationConfiguration" category="Java Virtual Machine, GC, Configuration" label="Young Generation Configuration"
 992     description="The configuration of the young generation of the garbage collected heap" period="endChunk">
 993     <Field type="ulong" contentType="bytes" name="minSize" label="Minimum Young Generation Size" />
 994     <Field type="ulong" contentType="bytes" name="maxSize" label="Maximum Young Generation Size" />
 995     <Field type="uint" name="newRatio" label="New Ratio" description="The size of the young generation relative to the tenured generation" />
 996   </Event>
 997 
 998   <Event name="ZPageAllocation" category="Java Virtual Machine, GC, Detailed" label="ZPage Allocation" description="Allocation of a ZPage" thread="true" stackTrace="false" experimental="true">
 999      <Field type="ulong" contentType="bytes" name="pageSize" label="Page Size" />
1000      <Field type="ulong" contentType="bytes" name="usedAfter" label="Used After" />
1001      <Field type="ulong" contentType="bytes" name="freeAfter" label="Free After" />
1002      <Field type="ulong" contentType="bytes" name="inCacheAfter" label="In Cache After" />
1003      <Field type="boolean" name="nonBlocking" label="Non-blocking" />
1004      <Field type="boolean" name="noReserve" label="No Reserve" />
1005   </Event>
1006 
1007   <Event name="ZThreadPhase" category="Java Virtual Machine, GC, Detailed" label="ZGC Thread Phase" thread="true" experimental="true">
1008     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId"/>
1009     <Field type="string" name="name" label="Name" />
1010   </Event>
1011 
1012   <Event name="ZStatisticsCounter" category="Java Virtual Machine, GC, Detailed" label="Z Statistics Counter" thread="true" experimental="true" >
1013     <Field type="ZStatisticsCounterType" name="id" label="Id" />
1014     <Field type="ulong" name="increment" label="Increment" />
1015     <Field type="ulong" name="value" label="Value" />
1016   </Event>
1017 
1018   <Event name="ZStatisticsSampler" category="Java Virtual Machine, GC, Detailed" label="Z Statistics Sampler" thread="true" experimental="true">
1019     <Field type="ZStatisticsSamplerType" name="id" label="Id" />
1020     <Field type="ulong" name="value" label="Value" />
1021   </Event>
1022 
1023   <Event name="ShenandoahHeapRegionStateChange" category="Java Virtual Machine, GC, Detailed" label="Shenandoah Heap Region State Change" description="Information about a Shenandoah heap region state change"
1024     startTime="false">
1025     <Field type="uint" name="index" label="Index" />
1026     <Field type="ShenandoahHeapRegionState" name="from" label="From" />
1027     <Field type="ShenandoahHeapRegionState" name="to" label="To" />
1028     <Field type="ulong" contentType="address" name="start" label="Start" />
1029     <Field type="ulong" contentType="bytes" name="used" label="Used" />
1030   </Event>
1031 
1032   <Event name="ShenandoahHeapRegionInformation" category="Java Virtual Machine, GC, Detailed" label="Shenandoah Heap Region Information" description="Information about a specific heap region in the Shenandoah GC"
1033     period="everyChunk">
1034     <Field type="uint" name="index" label="Index" />
1035     <Field type="ShenandoahHeapRegionState" name="state" label="State" />
1036     <Field type="ulong" contentType="address" name="start" label="Start" />
1037     <Field type="ulong" contentType="bytes" name="used" label="Used" />
1038   </Event>
1039 
1040   <Type name="ShenandoahHeapRegionState" label="Shenandoah Heap Region State">
1041     <Field type="string" name="state" label="State" />
1042   </Type>
1043 
1044   <Event name="Flush" category="Flight Recorder" label="Flush" thread="false" experimental="true">
1045     <Field type="ulong" name="flushId" label="Flush Identifier" relation="FlushId" />
1046     <Field type="ulong" name="elements" label="Elements Written" />
1047     <Field type="ulong" contentType="bytes" name="size" label="Size Written" />
1048   </Event>
1049 
1050   <Event name="HeapDump" category="Java Virtual Machine, Diagnostics" label="Heap Dump" stackTrace="true" thread="true">
1051     <Field type="string" name="destination" label="Destination" />
1052     <Field type="long" name="size" label="Size" />
1053     <Field type="boolean" name="gcBeforeDump" label="GC Before Dump" />
1054     <Field type="boolean" name="onOutOfMemoryError" label="On Out of Memory Error" />
1055   </Event>
1056 
1057   <Type name="DeoptimizationReason" label="Deoptimization Reason">
1058     <Field type="string" name="reason" label="Reason" />
1059   </Type>
1060 
1061   <Type name="DeoptimizationAction" label="Deoptimization Action">
1062     <Field type="string" name="action" label="Action" />
1063   </Type>
1064 
1065   <Type name="Bytecode" label="Bytecode Instruction">
1066     <Field type="string" name="bytecode" label="Instruction" />
1067   </Type>
1068 
1069   <Type name="CompilerType" label="Compiler Type">
1070     <Field type="string" name="compiler" label="Compiler" />
1071   </Type>
1072 
1073   <Type name="ZStatisticsCounterType" label="Z Statistics Counter">
1074     <Field type="string" name="counter" label="Counter" />
1075   </Type>
1076 
1077   <Type name="ZStatisticsSamplerType" label="Z Statistics Sampler">
1078     <Field type="string" name="sampler" label="Sampler" />
1079   </Type>
1080 
1081   <Type name="NetworkInterfaceName" label="Network Interface">
1082     <Field type="string" name="networkInterface" label="Network Interface" description="Network Interface Name" />
1083   </Type>
1084 
1085   <Type name="Thread" label="Thread">
1086     <Field type="string" name="osName" label="OS Thread Name" />
1087     <Field type="long" name="osThreadId" label="OS Thread Id" />
1088     <Field type="string" name="javaName" label="Java Thread Name" />
1089     <Field type="long" name="javaThreadId" label="Java Thread Id" />
1090     <Field type="ThreadGroup" name="group" label="Java Thread Group" />
1091   </Type>
1092 
1093   <Type name="ThreadGroup" label="Thread Group">
1094     <Field type="ThreadGroup" name="parent" label="Parent" />
1095     <Field type="string" name="name" label="Name" />
1096   </Type>
1097 
1098   <Type name="Class" label="Java Class">
1099     <Field type="ClassLoader" name="classLoader" label="Class Loader" />
1100     <Field type="Symbol" name="name" label="Name" />
1101     <Field type="Package" name="package" label="Package" />
1102     <Field type="int" name="modifiers" label="Access Modifiers" />
1103     <Field type="boolean" name="hidden" label="Hidden" />
1104   </Type>
1105 
1106   <Type name="ClassLoader" label="Java Class Loader">
1107     <Field type="Class" name="type" label="Type" />
1108     <Field type="Symbol" name="name" label="Name" />
1109   </Type>
1110 
1111   <Type name="Method" label="Java Method">
1112     <Field type="Class" name="type" label="Type" />
1113     <Field type="Symbol" name="name" label="Name" />
1114     <Field type="Symbol" name="descriptor" label="Descriptor" />
1115     <Field type="int" name="modifiers" label="Access Modifiers" />
1116     <Field type="boolean" name="hidden" label="Hidden" />
1117   </Type>
1118 
1119   <Type name="Symbol" label="Symbol">
1120     <Field type="string" name="string" label="String" />
1121   </Type>
1122 
1123   <Type name="ThreadState" label="Java Thread State">
1124     <Field type="string" name="name" label="Name" />
1125   </Type>
1126 
1127   <Type name="GCName" label="GC Name">
1128     <Field type="string" name="name" label="Name" />
1129   </Type>
1130 
1131   <Type name="GCCause" label="GC Cause">
1132     <Field type="string" name="cause" label="Cause" />
1133   </Type>
1134 
1135   <Type name="GCWhen" label="GC When">
1136     <Field type="string" name="when" label="When" />
1137   </Type>
1138 
1139   <Type name="G1HeapRegionType" label="G1 Heap Region Type">
1140     <Field type="string" name="type" label="Type" />
1141   </Type>
1142 
1143   <Type name="G1YCType" label="G1 YC Type">
1144     <Field type="string" name="type" label="Type" />
1145   </Type>
1146 
1147   <Type name="GCThresholdUpdater" label="GC Threshold Updater">
1148     <Field type="string" name="updater" label="Updater" />
1149   </Type>
1150 
1151   <Type name="ReferenceType" label="Reference Type">
1152     <Field type="string" name="type" label="Type" />
1153   </Type>
1154 
1155   <Type name="MetadataType" label="Metadata Type">
1156     <Field type="string" name="type" label="Type" />
1157   </Type>
1158 
1159   <Type name="MetaspaceObjectType" label="Metaspace Object Type">
1160     <Field type="string" name="type" label="Type" />
1161   </Type>
1162 
1163   <Type name="NarrowOopMode" label="Narrow Oop Mode">
1164     <Field type="string" name="mode" label="Mode" />
1165   </Type>
1166 
1167   <Type name="VMOperationType" label="VM Operation Type">
1168     <Field type="string" name="type" label="Type" />
1169   </Type>
1170 
1171   <Type name="CompilerPhaseType" label="Compiler Phase Type">
1172     <Field type="string" name="phase" label="Phase" />
1173   </Type>
1174 
1175   <Type name="FlagValueOrigin" label="Flag Value Origin">
1176     <Field type="string" name="origin" label="Origin" />
1177   </Type>
1178 
1179   <Type name="CodeBlobType" label="Code Blob Type">
1180     <Field type="string" name="type" label="Type" />
1181   </Type>
1182 
1183   <Type name="InflateCause" label="Inflation Cause">
1184     <Field type="string" name="cause" label="Cause" />
1185   </Type>
1186 
1187   <Type name="Module" label="Module">
1188     <Field type="Symbol" name="name" label="Name" />
1189     <Field type="Symbol" name="version" label="Version" />
1190     <Field type="Symbol" name="location" label="Location" />
1191     <Field type="ClassLoader" name="classLoader" label="Class Loader" />
1192   </Type>
1193 
1194   <Type name="Package" label="Package">
1195     <Field type="Symbol" name="name" label="Name" />
1196     <Field type="Module" name="module" label="Module" />
1197     <Field type="boolean" name="exported" label="Exported" />
1198   </Type>
1199 
1200   <Type name="StackTrace" label="Stacktrace">
1201     <Field type="boolean" name="truncated" label="Truncated" />
1202     <Field type="StackFrame" array="true" struct="true" name="frames" label="Stack Frames" />
1203   </Type>
1204 
1205   <Type name="FrameType" label="Frame type">
1206     <Field type="string" name="description" label="Description" />
1207   </Type>
1208 
1209   <Type name="OldObjectRootSystem" label="GC Root System">
1210     <Field type="string" name="system" label="System" />
1211   </Type>
1212 
1213   <Type name="OldObjectRootType" label="GC Root Type">
1214     <Field type="string" name="type" label="Type" />
1215   </Type>
1216 
1217   <Type name="OldObjectGcRoot" label="GC Root">
1218     <Field type="string" name="description" label="Root Description" description="Root information" />
1219     <Field type="OldObjectRootSystem" name="system" label="System" description="The subsystem of origin for the root" />
1220     <Field type="OldObjectRootType" name="type" label="Type" description="The root type" />
1221   </Type>
1222 
1223   <Type name="OldObjectArray" label="Old Object Array">
1224     <Field type="int" name="size" label="Array Size" description="Size of array" />
1225     <Field type="int" name="index" label="Index" description="Index in the array" />
1226   </Type>
1227 
1228   <Type name="OldObjectField" label="Old Object Field">
1229     <Field type="string" name="name" label="Field" description="Name of field" />
1230     <Field type="short" name="modifiers" label="Field Modifiers" description="Field modifiers" />
1231   </Type>
1232 
1233   <Type name="OldObject" label="Old Object">
1234     <Field type="ulong" contentType="address" name="address" label="Memory Address" />
1235     <Field type="Class" name="type" label="Java Class" />
1236     <Field type="string" name="description" label="Object Description" description="Object description" />
1237     <Field type="Reference" name="referrer" label="Referrer Object" description="Object referencing this object" />
1238   </Type>
1239 
1240   <Type name="Reference" label="Reference">
1241     <Field type="OldObjectArray" name="array" label="Array Information" description="Array or null if it is not an array" />
1242     <Field type="OldObjectField" name="field" label="Field Information" description="Field or null if it is an array" />
1243     <Field type="OldObject" name="object" label="Object" description="Object holder for this reference" />
1244     <Field type="int" name="skip" label="Skip Value" description="The object is this many hops away" />
1245   </Type>
1246 
1247   <Type name="StackFrame">
1248     <Field type="Method" name="method" label="Java Method" />
1249     <Field type="int" name="lineNumber" label="Line Number" />
1250     <Field type="int" name="bytecodeIndex" label="Bytecode Index" />
1251     <Field type="FrameType" name="type" label="Frame Type" />
1252   </Type>
1253 
1254   <Type name="ChunkHeader" label="Chunk Header">
1255     <Field type="byte" array="true" name="payload" label="Payload" />
1256   </Type>
1257 
1258   <Relation name="JavaMonitorAddress"/>
1259   <Relation name="SafepointId"/>
1260   <Relation name="GcId"/>
1261   <Relation name="CompileId" />
1262   <Relation name="SweepId"/>
1263   <Relation name="FlushId"/>
1264   <Relation name="ClassRedefinitionId"/>
1265   
1266   <XmlType name="Package" parameterType="const PackageEntry*" fieldType="const PackageEntry*"/>
1267   <XmlType name="Class" javaType="java.lang.Class" parameterType="const Klass*" fieldType="const Klass*"/>
1268   <XmlType name="Module"  parameterType="const ModuleEntry*" fieldType="const ModuleEntry*"/>
1269   <XmlType name="ClassLoader" parameterType="const ClassLoaderData*" fieldType="const ClassLoaderData*"/>
1270   <XmlType name="Method" parameterType="const Method*" fieldType="const Method*"/>
1271   <XmlType name="Thread" javaType="java.lang.Thread" parameterType="u8" fieldType="u8"/>
1272   <XmlType name="Tickspan" contentType="tickspan" javaType="long" parameterType="const Tickspan&amp;" fieldType="Tickspan"/>
1273   <XmlType name="Ticks" contentType="tickstamp" javaType="long" parameterType="const Ticks&amp;" fieldType="Ticks"/>
1274   <XmlType name="ulong" javaType="long" unsigned="true" parameterType="u8" fieldType="u8"/>
1275   <XmlType name="uint" javaType="int" unsigned="true" parameterType="unsigned" fieldType="unsigned"/>
1276   <XmlType name="ushort" javaType="short" unsigned="true" parameterType="u2" fieldType="u2"/>
1277   <XmlType name="ubyte" javaType="byte" unsigned="true" parameterType="u1" fieldType="u1"/>
1278   <XmlType name="long" javaType="long" parameterType="s8" fieldType="s8"/>
1279   <XmlType name="int" javaType="int" parameterType="s4" fieldType="s4"/>
1280   <XmlType name="short" javaType="short" parameterType="s2" fieldType="s2"/>
1281   <XmlType name="byte" javaType="byte"  parameterType="s1" fieldType="s1"/>
1282   <XmlType name="double" javaType="double" parameterType="double" fieldType="double"/>
1283   <XmlType name="float" javaType="float"  parameterType="float" fieldType="float"/>
1284   <XmlType name="boolean" javaType="boolean" parameterType="bool" fieldType="bool"/>
1285   <XmlType name="char" javaType="char" parameterType="char" fieldType="char"/>
1286   <XmlType name="string" javaType="java.lang.String" parameterType="const char*" fieldType="const char*"/>
1287 
1288   <XmlContentType name="bytes" annotation="jdk.jfr.DataAmount(BYTES)" />
1289   <XmlContentType name="tickstamp" annotation="jdk.jfr.Timestamp(TICKS)" />
1290   <XmlContentType name="epochmillis" annotation="jdk.jfr.Timestamp(MILLISECONDS_SINCE_EPOCH)" />
1291   <XmlContentType name="tickspan" annotation="jdk.jfr.Timespan(TICKS)" />
1292   <XmlContentType name="address" annotation="jdk.jfr.MemoryAddress" />
1293   <XmlContentType name="percentage" annotation="jdk.jfr.Percentage" />
1294   <XmlContentType name="millis" annotation="jdk.jfr.Timespan(MILLISECONDS)" />
1295   <XmlContentType name="nanos" annotation="jdk.jfr.Timespan(NANOSECONDS)" />
1296   <XmlContentType name="hertz" annotation="jdk.jfr.Frequency" />
1297   <XmlContentType name="bytes-per-second" annotation="jdk.jfr.DataAmount(BYTES), jdk.jfr.Frequency" />
1298   <XmlContentType name="bits-per-second" annotation="jdk.jfr.DataAmount(BITS), jdk.jfr.Frequency" />
1299 
1300 </Metadata>