src/hotspot/share/jfr/metadata/metadata.xml
changeset 54899 e4cff3cf0234
parent 54764 865ec913f916
child 54956 43340a79840d
child 57360 5d043a159d5c
equal deleted inserted replaced
54898:17926213de55 54899:e4cff3cf0234
   611     <Field type="long" name="pid" label="Process Identifier" />
   611     <Field type="long" name="pid" label="Process Identifier" />
   612      </Event>
   612      </Event>
   613 
   613 
   614   <Event name="OSInformation" category="Operating System" label="OS Information" period="endChunk">
   614   <Event name="OSInformation" category="Operating System" label="OS Information" period="endChunk">
   615     <Field type="string" name="osVersion" label="OS Version" />
   615     <Field type="string" name="osVersion" label="OS Version" />
       
   616   </Event>
       
   617 
       
   618   <Event name="VirtualizationInformation" category="Operating System" label="Virtualization Information" period="endChunk">
       
   619     <Field type="string" name="name" label="Name" />
   616   </Event>
   620   </Event>
   617 
   621 
   618   <Event name="InitialSystemProperty" category="Java Virtual Machine" label="Initial System Property" description="System Property at JVM start" period="endChunk">
   622   <Event name="InitialSystemProperty" category="Java Virtual Machine" label="Initial System Property" description="System Property at JVM start" period="endChunk">
   619     <Field type="string" name="key" label="Key" />
   623     <Field type="string" name="key" label="Key" />
   620     <Field type="string" name="value" label="Value" />
   624     <Field type="string" name="value" label="Value" />