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
387 </event>
388
389 <event id="GCPhasePause" path="vm/gc/phases/pause" label="GC Phase Pause">
390 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
391 <value type="UTF8" field="name" label="Name" />
392 </event>
393
394 <event id="GCPhasePauseLevel1" path="vm/gc/phases/pause_level_1" label="GC Phase Pause Level 1">
395 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
396 <value type="UTF8" field="name" label="Name" />
397 </event>
398
399 <event id="GCPhasePauseLevel2" path="vm/gc/phases/pause_level_2" label="GC Phase Pause Level 2">
400 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
401 <value type="UTF8" field="name" label="Name" />
402 </event>
403
404 <event id="GCPhasePauseLevel3" path="vm/gc/phases/pause_level_3" label="GC Phase Pause Level 3">
405 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
406 <value type="UTF8" field="name" label="Name" />
407 </event>
408
409 <!-- Compiler events -->
410
411 <event id="Compilation" path="vm/compiler/compilation" label="Compilation"
412 has_thread="true" is_requestable="false" is_constant="false">
413 <value type="METHOD" field="method" label="Java Method"/>
414 <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
415 <value type="USHORT" field="compileLevel" label="Compilation Level"/>
416 <value type="BOOLEAN" field="succeded" label="Succeeded"/>
417 <value type="BOOLEAN" field="isOsr" label="On Stack Replacement"/>
418 <value type="BYTES" field="codeSize" label="Compiled Code Size"/>
419 <value type="BYTES" field="inlinedBytes" label="Inlined Code Size"/>
420 </event>
421
422 <event id="CompilerPhase" path="vm/compiler/phase" label="Compiler Phase"
423 has_thread="true" is_requestable="false" is_constant="false">
424 <value type="COMPILERPHASETYPE" field="phase" label="Compile Phase"/>
425 <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
426 <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
387 </event>
388
389 <event id="GCPhasePause" path="vm/gc/phases/pause" label="GC Phase Pause">
390 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
391 <value type="UTF8" field="name" label="Name" />
392 </event>
393
394 <event id="GCPhasePauseLevel1" path="vm/gc/phases/pause_level_1" label="GC Phase Pause Level 1">
395 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
396 <value type="UTF8" field="name" label="Name" />
397 </event>
398
399 <event id="GCPhasePauseLevel2" path="vm/gc/phases/pause_level_2" label="GC Phase Pause Level 2">
400 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
401 <value type="UTF8" field="name" label="Name" />
402 </event>
403
404 <event id="GCPhasePauseLevel3" path="vm/gc/phases/pause_level_3" label="GC Phase Pause Level 3">
405 <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
406 <value type="UTF8" field="name" label="Name" />
407 </event>
408
409 <event id="AllocationRequiringGC" path="vm/gc/detailed/allocation_requiring_gc" label="Allocation Requiring GC"
410 has_thread="true" has_stacktrace="true" is_instant="true">
411 <value type="UINT" field="gcId" label="Pending GC ID" relation="GC_ID" />
412 <value type="BYTES64" field="size" label="Allocation Size" />
413 </event>
414
415 <!-- Compiler events -->
416
417 <event id="Compilation" path="vm/compiler/compilation" label="Compilation"
418 has_thread="true" is_requestable="false" is_constant="false">
419 <value type="METHOD" field="method" label="Java Method"/>
420 <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
421 <value type="USHORT" field="compileLevel" label="Compilation Level"/>
422 <value type="BOOLEAN" field="succeded" label="Succeeded"/>
423 <value type="BOOLEAN" field="isOsr" label="On Stack Replacement"/>
424 <value type="BYTES" field="codeSize" label="Compiled Code Size"/>
425 <value type="BYTES" field="inlinedBytes" label="Inlined Code Size"/>
426 </event>
427
428 <event id="CompilerPhase" path="vm/compiler/phase" label="Compiler Phase"
429 has_thread="true" is_requestable="false" is_constant="false">
430 <value type="COMPILERPHASETYPE" field="phase" label="Compile Phase"/>
431 <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
432 <value type="USHORT" field="phaseLevel" label="Phase Level"/>
|