index next >

src/share/vm/trace/trace.xml

Print this page
rev 8065 : 8065331
   1 <?xml version="1.0" encoding="utf-8"?>
   2 <!--
   3  Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
   4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 
   6  This code is free software; you can redistribute it and/or modify it
   7  under the terms of the GNU General Public License version 2 only, as
   8  published by the Free Software Foundation.
   9 
  10  This code is distributed in the hope that it will be useful, but WITHOUT
  11  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13  version 2 for more details (a copy is included in the LICENSE file that
  14  accompanied this code).
  15 
  16  You should have received a copy of the GNU General Public License version
  17  2 along with this work; if not, write to the Free Software Foundation,
  18  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 
  20  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  or visit www.oracle.com if you need additional information or have any
  22  questions.
  23 


 355     </event>
 356 
 357     <event id="GCPhasePause" path="vm/gc/phases/pause" label="GC Phase Pause">
 358       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 359       <value type="UTF8" field="name" label="Name" />
 360     </event>
 361 
 362     <event id="GCPhasePauseLevel1" path="vm/gc/phases/pause_level_1" label="GC Phase Pause Level 1">
 363       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 364       <value type="UTF8" field="name" label="Name" />
 365     </event>
 366 
 367     <event id="GCPhasePauseLevel2" path="vm/gc/phases/pause_level_2" label="GC Phase Pause Level 2">
 368       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 369       <value type="UTF8" field="name" label="Name" />
 370     </event>
 371 
 372     <event id="GCPhasePauseLevel3" path="vm/gc/phases/pause_level_3" label="GC Phase Pause Level 3">
 373       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 374       <value type="UTF8" field="name" label="Name" />






 375     </event>
 376 
 377     <!-- Compiler events -->
 378 
 379     <event id="Compilation" path="vm/compiler/compilation" label="Compilation"
 380          has_thread="true" is_requestable="false" is_constant="false">
 381       <value type="METHOD" field="method" label="Java Method"/>
 382       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 383       <value type="USHORT" field="compileLevel" label="Compilation Level"/>
 384       <value type="BOOLEAN" field="succeded" label="Succeeded"/>
 385       <value type="BOOLEAN" field="isOsr" label="On Stack Replacement"/>
 386       <value type="BYTES" field="codeSize" label="Compiled Code Size"/>
 387       <value type="BYTES" field="inlinedBytes" label="Inlined Code Size"/>
 388     </event>
 389 
 390     <event id="CompilerPhase" path="vm/compiler/phase" label="Compiler Phase"
 391             has_thread="true" is_requestable="false" is_constant="false">
 392       <value type="COMPILERPHASETYPE" field="phase" label="Compile Phase"/>
 393       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 394       <value type="USHORT" field="phaseLevel" label="Phase Level"/>


   1 <?xml version="1.0" encoding="utf-8"?>
   2 <!--
   3  Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
   4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 
   6  This code is free software; you can redistribute it and/or modify it
   7  under the terms of the GNU General Public License version 2 only, as
   8  published by the Free Software Foundation.
   9 
  10  This code is distributed in the hope that it will be useful, but WITHOUT
  11  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13  version 2 for more details (a copy is included in the LICENSE file that
  14  accompanied this code).
  15 
  16  You should have received a copy of the GNU General Public License version
  17  2 along with this work; if not, write to the Free Software Foundation,
  18  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 
  20  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  or visit www.oracle.com if you need additional information or have any
  22  questions.
  23 


 355     </event>
 356 
 357     <event id="GCPhasePause" path="vm/gc/phases/pause" label="GC Phase Pause">
 358       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 359       <value type="UTF8" field="name" label="Name" />
 360     </event>
 361 
 362     <event id="GCPhasePauseLevel1" path="vm/gc/phases/pause_level_1" label="GC Phase Pause Level 1">
 363       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 364       <value type="UTF8" field="name" label="Name" />
 365     </event>
 366 
 367     <event id="GCPhasePauseLevel2" path="vm/gc/phases/pause_level_2" label="GC Phase Pause Level 2">
 368       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 369       <value type="UTF8" field="name" label="Name" />
 370     </event>
 371 
 372     <event id="GCPhasePauseLevel3" path="vm/gc/phases/pause_level_3" label="GC Phase Pause Level 3">
 373       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
 374       <value type="UTF8" field="name" label="Name" />
 375     </event>
 376 
 377     <event id="AllocationRequiringGC" path="vm/gc/detailed/allocation_requiring_gc" label="Allocation Requiring GC"
 378            has_thread="true" has_stacktrace="true"  is_instant="true">
 379       <value type="UINT" field="gcId"  label="Pending GC ID" relation="GC_ID" />
 380       <value type="BYTES64" field="size" label="Allocation Size" />
 381     </event>
 382 
 383     <!-- Compiler events -->
 384 
 385     <event id="Compilation" path="vm/compiler/compilation" label="Compilation"
 386          has_thread="true" is_requestable="false" is_constant="false">
 387       <value type="METHOD" field="method" label="Java Method"/>
 388       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 389       <value type="USHORT" field="compileLevel" label="Compilation Level"/>
 390       <value type="BOOLEAN" field="succeded" label="Succeeded"/>
 391       <value type="BOOLEAN" field="isOsr" label="On Stack Replacement"/>
 392       <value type="BYTES" field="codeSize" label="Compiled Code Size"/>
 393       <value type="BYTES" field="inlinedBytes" label="Inlined Code Size"/>
 394     </event>
 395 
 396     <event id="CompilerPhase" path="vm/compiler/phase" label="Compiler Phase"
 397             has_thread="true" is_requestable="false" is_constant="false">
 398       <value type="COMPILERPHASETYPE" field="phase" label="Compile Phase"/>
 399       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 400       <value type="USHORT" field="phaseLevel" label="Phase Level"/>


index next >