comparison src/share/vm/trace/trace.xml @ 11062:993dfb57c575

8016331: Minor issues in event tracing metadata Reviewed-by: stefank, brutisso, mgronlun
author egahlin
date Wed, 26 Jun 2013 17:02:04 +0200
parents f2110083203d
children 510fbd28919c
comparison
equal deleted inserted replaced
11061:acfa2cc19146 11062:993dfb57c575
156 <structvalue type="MetaspaceSizes" field="metaspace" label="Total"/> 156 <structvalue type="MetaspaceSizes" field="metaspace" label="Total"/>
157 <structvalue type="MetaspaceSizes" field="dataSpace" label="Data"/> 157 <structvalue type="MetaspaceSizes" field="dataSpace" label="Data"/>
158 <structvalue type="MetaspaceSizes" field="classSpace" label="Class"/> 158 <structvalue type="MetaspaceSizes" field="classSpace" label="Class"/>
159 </event> 159 </event>
160 160
161 <event id="PSHeapSummary" path="vm/gc/heap/ps_summary" label="ParallelScavengeHeap Summary" is_instant="true"> 161 <event id="PSHeapSummary" path="vm/gc/heap/ps_summary" label="Parallel Scavenge Heap Summary" is_instant="true">
162 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/> 162 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
163 <value type="GCWHEN" field="when" label="When" /> 163 <value type="GCWHEN" field="when" label="When" />
164 164
165 <structvalue type="VirtualSpace" field="oldSpace" label="Old Space"/> 165 <structvalue type="VirtualSpace" field="oldSpace" label="Old Space"/>
166 <structvalue type="ObjectSpace" field="oldObjectSpace" label="Old Object Space"/> 166 <structvalue type="ObjectSpace" field="oldObjectSpace" label="Old Object Space"/>
201 description="Extra information specific to G1 Garbage Collections"> 201 description="Extra information specific to G1 Garbage Collections">
202 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/> 202 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
203 <value type="G1YCTYPE" field="type" label="Type" /> 203 <value type="G1YCTYPE" field="type" label="Type" />
204 </event> 204 </event>
205 205
206 <event id="EvacuationInfo" path="vm/gc/detailed/evacuation_info" label="Evacuation Info" is_instant="true"> 206 <event id="EvacuationInfo" path="vm/gc/detailed/evacuation_info" label="Evacuation Information" is_instant="true">
207 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/> 207 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
208 <value type="UINT" field="cSetRegions" label="Collection Set Regions"/> 208 <value type="UINT" field="cSetRegions" label="Collection Set Regions"/>
209 <value type="BYTES64" field="cSetUsedBefore" label="Collection Set Before" description="Memory usage before GC in the collection set regions"/> 209 <value type="BYTES64" field="cSetUsedBefore" label="Collection Set Before" description="Memory usage before GC in the collection set regions"/>
210 <value type="BYTES64" field="cSetUsedAfter" label="Collection Set After" description="Memory usage after GC in the collection set regions"/> 210 <value type="BYTES64" field="cSetUsedAfter" label="Collection Set After" description="Memory usage after GC in the collection set regions"/>
211 <value type="UINT" field="allocationRegions" label="Allocation Regions" description="Regions chosen as allocation regions during evacuation (includes survivors and old space regions)"/> 211 <value type="UINT" field="allocationRegions" label="Allocation Regions" description="Regions chosen as allocation regions during evacuation (includes survivors and old space regions)"/>
212 <value type="BYTES64" field="allocRegionsUsedBefore" label="Alloc Regions Before" description="Memory usage before GC in allocation regions"/> 212 <value type="BYTES64" field="allocRegionsUsedBefore" label="Alloc Regions Before" description="Memory usage before GC in allocation regions"/>
213 <value type="BYTES64" field="allocRegionsUsedAfter" label="Alloc Regions After" description="Memory usage after GC in allocation regions"/> 213 <value type="BYTES64" field="allocRegionsUsedAfter" label="Alloc Regions After" description="Memory usage after GC in allocation regions"/>
214 <value type="BYTES64" field="bytesCopied" label="BytesCopied"/> 214 <value type="BYTES64" field="bytesCopied" label="Bytes Copied"/>
215 <value type="UINT" field="regionsFreed" label="Regions Freed"/> 215 <value type="UINT" field="regionsFreed" label="Regions Freed"/>
216 </event> 216 </event>
217 217
218 <event id="GCReferenceStatistics" path="vm/gc/reference/statistics" 218 <event id="GCReferenceStatistics" path="vm/gc/reference/statistics"
219 label="GC Reference Statistics" is_instant="true" 219 label="GC Reference Statistics" is_instant="true"
238 </event> 238 </event>
239 239
240 <event id="PromotionFailed" path="vm/gc/detailed/promotion_failed" label="Promotion Failed" is_instant="true" 240 <event id="PromotionFailed" path="vm/gc/detailed/promotion_failed" label="Promotion Failed" is_instant="true"
241 description="Promotion of an object failed"> 241 description="Promotion of an object failed">
242 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/> 242 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
243 <structvalue type="CopyFailed" field="data" label="data"/> 243 <structvalue type="CopyFailed" field="data" label="Data"/>
244 <value type="OSTHREAD" field="thread" label="Running thread"/> 244 <value type="OSTHREAD" field="thread" label="Running thread"/>
245 </event> 245 </event>
246 246
247 <event id="EvacuationFailed" path="vm/gc/detailed/evacuation_failed" label="Evacuation Failed" is_instant="true" 247 <event id="EvacuationFailed" path="vm/gc/detailed/evacuation_failed" label="Evacuation Failed" is_instant="true"
248 description="Evacuation of an object failed"> 248 description="Evacuation of an object failed">
249 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/> 249 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
250 <structvalue type="CopyFailed" field="data" label="data"/> 250 <structvalue type="CopyFailed" field="data" label="Data"/>
251 </event> 251 </event>
252 252
253 <event id="ConcurrentModeFailure" path="vm/gc/detailed/concurrent_mode_failure" label="Concurrent Mode Failure" 253 <event id="ConcurrentModeFailure" path="vm/gc/detailed/concurrent_mode_failure" label="Concurrent Mode Failure"
254 is_instant="true" description="Concurrent Mode failed"> 254 is_instant="true" description="Concurrent Mode failed">
255 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/> 255 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
307 has_thread="true" is_requestable="false" is_constant="false"> 307 has_thread="true" is_requestable="false" is_constant="false">
308 <value type="INTEGER" field="sweepIndex" label="Sweep Index" relation="SWEEP_ID"/> 308 <value type="INTEGER" field="sweepIndex" label="Sweep Index" relation="SWEEP_ID"/>
309 <value type="USHORT" field="sweepFractionIndex" label="Fraction Index"/> 309 <value type="USHORT" field="sweepFractionIndex" label="Fraction Index"/>
310 <value type="UINT" field="sweptCount" label="Methods Swept"/> 310 <value type="UINT" field="sweptCount" label="Methods Swept"/>
311 <value type="UINT" field="flushedCount" label="Methods Flushed"/> 311 <value type="UINT" field="flushedCount" label="Methods Flushed"/>
312 <value type="UINT" field="markedCount" label="Methods Reclaim"/> 312 <value type="UINT" field="markedCount" label="Methods Reclaimed"/>
313 <value type="UINT" field="zombifiedCount" label="Methods Zombified"/> 313 <value type="UINT" field="zombifiedCount" label="Methods Zombified"/>
314 </event> 314 </event>
315 315
316 <event id="CleanCodeCache" path="vm/code_sweeper/clean" label="Clean Code Cache" 316 <event id="CleanCodeCache" path="vm/code_sweeper/clean" label="Clean Code Cache"
317 description="Clean code cache from oldest methods" 317 description="Clean code cache from oldest methods"