test/lib/jdk/test/lib/jfr/EventNames.java
changeset 54899 e4cff3cf0234
parent 54764 865ec913f916
child 54956 43340a79840d
child 57360 5d043a159d5c
equal deleted inserted replaced
54898:17926213de55 54899:e4cff3cf0234
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   152     public final static String ObjectAllocationInNewTLAB = PREFIX + "ObjectAllocationInNewTLAB";
   152     public final static String ObjectAllocationInNewTLAB = PREFIX + "ObjectAllocationInNewTLAB";
   153     public final static String ObjectAllocationOutsideTLAB = PREFIX + "ObjectAllocationOutsideTLAB";
   153     public final static String ObjectAllocationOutsideTLAB = PREFIX + "ObjectAllocationOutsideTLAB";
   154 
   154 
   155     // OS
   155     // OS
   156     public final static String OSInformation = PREFIX + "OSInformation";
   156     public final static String OSInformation = PREFIX + "OSInformation";
       
   157     public final static String VirtualizationInformation = PREFIX + "VirtualizationInformation";
   157     public final static String CPUInformation = PREFIX + "CPUInformation";
   158     public final static String CPUInformation = PREFIX + "CPUInformation";
   158     public final static String CPULoad = PREFIX + "CPULoad";
   159     public final static String CPULoad = PREFIX + "CPULoad";
   159     public final static String ThreadCPULoad = PREFIX + "ThreadCPULoad";
   160     public final static String ThreadCPULoad = PREFIX + "ThreadCPULoad";
   160     public final static String SystemProcess = PREFIX + "SystemProcess";
   161     public final static String SystemProcess = PREFIX + "SystemProcess";
   161     public final static String ThreadContextSwitchRate = PREFIX + "ThreadContextSwitchRate";
   162     public final static String ThreadContextSwitchRate = PREFIX + "ThreadContextSwitchRate";