< prev index next >

src/share/vm/trace/traceevents.xml

Print this page
rev 13328 : [mq]: webrev.0b
   1 <?xml version="1.0" encoding="utf-8"?>
   2 <!--
   3  Copyright (c) 2012, 2016, 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 


 442          is_instant="true" description="Concurrent Mode failed">
 443     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 444   </event>
 445 
 446   <event id="GCPhasePause" path="vm/gc/phases/pause" label="GC Phase Pause" has_thread="true">
 447     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 448     <value type="STRING" field="name" label="Name" />
 449   </event>
 450 
 451   <event id="GCPhasePauseLevel1" path="vm/gc/phases/pause_level_1" label="GC Phase Pause Level 1" has_thread="true">
 452     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 453     <value type="STRING" field="name" label="Name" />
 454   </event>
 455 
 456   <event id="GCPhasePauseLevel2" path="vm/gc/phases/pause_level_2" label="GC Phase Pause Level 2" has_thread="true">
 457     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 458     <value type="STRING" field="name" label="Name" />
 459   </event>
 460 
 461   <event id="GCPhasePauseLevel3" path="vm/gc/phases/pause_level_3" label="GC Phase Pause Level 3" has_thread="true">





 462     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 463     <value type="STRING" field="name" label="Name" />
 464   </event>
 465 
 466   <event id="GCPhaseConcurrent" path="vm/gc/phases/concurrent" label="GC Phase Concurrent" has_thread="true">
 467     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 468     <value type="STRING" field="name" label="Name" />
 469   </event>
 470 
 471   <event id="AllocationRequiringGC" path="vm/gc/detailed/allocation_requiring_gc" label="Allocation Requiring GC"
 472          has_thread="true" has_stacktrace="true"  is_instant="true">
 473     <value type="UINT" field="gcId"  label="Pending GC Identifier" relation="GcId" />
 474     <value type="BYTES64" field="size" label="Allocation Size" />
 475   </event>
 476 
 477   <event id="TenuringDistribution" path="vm/gc/detailed/tenuring_distribution" label="Tenuring Distribution"
 478          is_instant="true">
 479     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 480     <value type="UINT" field="age" label="Age" />
 481     <value type="BYTES64" field="size" label="Size" />


   1 <?xml version="1.0" encoding="utf-8"?>
   2 <!--
   3  Copyright (c) 2012, 2017, 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 


 442          is_instant="true" description="Concurrent Mode failed">
 443     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 444   </event>
 445 
 446   <event id="GCPhasePause" path="vm/gc/phases/pause" label="GC Phase Pause" has_thread="true">
 447     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 448     <value type="STRING" field="name" label="Name" />
 449   </event>
 450 
 451   <event id="GCPhasePauseLevel1" path="vm/gc/phases/pause_level_1" label="GC Phase Pause Level 1" has_thread="true">
 452     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 453     <value type="STRING" field="name" label="Name" />
 454   </event>
 455 
 456   <event id="GCPhasePauseLevel2" path="vm/gc/phases/pause_level_2" label="GC Phase Pause Level 2" has_thread="true">
 457     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 458     <value type="STRING" field="name" label="Name" />
 459   </event>
 460 
 461   <event id="GCPhasePauseLevel3" path="vm/gc/phases/pause_level_3" label="GC Phase Pause Level 3" has_thread="true">
 462     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 463     <value type="STRING" field="name" label="Name" />
 464   </event>
 465 
 466   <event id="GCPhasePauseLevel4" path="vm/gc/phases/pause_level_4" label="GC Phase Pause Level 4" has_thread="true">
 467     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 468     <value type="STRING" field="name" label="Name" />
 469   </event>
 470 
 471   <event id="GCPhaseConcurrent" path="vm/gc/phases/concurrent" label="GC Phase Concurrent" has_thread="true">
 472     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 473     <value type="STRING" field="name" label="Name" />
 474   </event>
 475 
 476   <event id="AllocationRequiringGC" path="vm/gc/detailed/allocation_requiring_gc" label="Allocation Requiring GC"
 477          has_thread="true" has_stacktrace="true"  is_instant="true">
 478     <value type="UINT" field="gcId"  label="Pending GC Identifier" relation="GcId" />
 479     <value type="BYTES64" field="size" label="Allocation Size" />
 480   </event>
 481 
 482   <event id="TenuringDistribution" path="vm/gc/detailed/tenuring_distribution" label="Tenuring Distribution"
 483          is_instant="true">
 484     <value type="UINT" field="gcId" label="GC Identifier" relation="GcId"/>
 485     <value type="UINT" field="age" label="Age" />
 486     <value type="BYTES64" field="size" label="Size" />


< prev index next >