|
948 | 948 | <Field type="long" contentType="bytes" name="freeSize" label="Free Size" description="Free swap space" />
|
949 | 949 | </Event>
|
950 | 950 |
|
951 |
| - <Event name="ExecutionSample" category="Java Virtual Machine, Profiling" label="Method Profiling Sample" description="Snapshot of a threads state" |
| 951 | + <Event name="ExecutionSample" category="Java Virtual Machine, Profiling" label="Java Execution Sample" |
| 952 | + description="Snapshot of a thread executing Java code. Threads that are not executing Java code, including those waiting or executing native code, are not included." |
952 | 953 | period="everyChunk">
|
953 | 954 | <Field type="Thread" name="sampledThread" label="Thread" />
|
954 | 955 | <Field type="StackTrace" name="stackTrace" label="Stack Trace" />
|
955 | 956 | <Field type="ThreadState" name="state" label="Thread State" />
|
956 | 957 | </Event>
|
957 | 958 |
|
958 |
| - <Event name="NativeMethodSample" category="Java Virtual Machine, Profiling" label="Method Profiling Sample Native" description="Snapshot of a threads state when in native" |
| 959 | + <Event name="NativeMethodSample" category="Java Virtual Machine, Profiling" label="Native Sample" |
| 960 | + description="Snapshot of a thread in native code, executing or waiting. Threads that are executing Java code are not included." |
959 | 961 | period="everyChunk">
|
960 | 962 | <Field type="Thread" name="sampledThread" label="Thread" />
|
961 | 963 | <Field type="StackTrace" name="stackTrace" label="Stack Trace" />
|
962 | 964 | <Field type="ThreadState" name="state" label="Thread State" />
|
963 | 965 | </Event>
|
964 | 966 |
|
965 |
| - <Event name="CPUTimeSample" category="Java Virtual Machine, Profiling" label="CPU Time Method Sample" |
966 |
| - description="Snapshot of a threads state from the CPU time sampler. The throttle can be either an upper bound for the event emission rate, e.g. 100/s, or the cpu-time period, e.g. 10ms, with s, ms, us and ns supported as time units." |
| 967 | + <Event name="CPUTimeSample" category="Java Virtual Machine, Profiling" label="CPU Time Sample" |
| 968 | + description="Snapshot of a threads state from the CPU time sampler, both threads executing native and Java code are included. The throttle setting can be either an upper bound for the event emission rate, e.g. 100/s, or the cpu-time period, e.g. 10ms, with s, ms, us and ns supported as time units." |
967 | 969 | throttle="true" thread="false" experimental="true" startTime="false">
|
968 | 970 | <Field type="StackTrace" name="stackTrace" label="Stack Trace" />
|
969 | 971 | <Field type="Thread" name="eventThread" label="Thread" />
|
|
972 | 974 | <Field type="boolean" name="biased" label="Biased" description="The sample is safepoint-biased" />
|
973 | 975 | </Event>
|
974 | 976 |
|
975 |
| - <Event name="CPUTimeSamplesLost" category="Java Virtual Machine, Profiling" label="CPU Time Method Profiling Lost Samples" description="Records that the CPU time sampler lost samples" |
| 977 | + <Event name="CPUTimeSamplesLost" category="Java Virtual Machine, Profiling" label="CPU Time Samples Lost" description="Records that the CPU time sampler lost samples" |
976 | 978 | thread="false" stackTrace="false" startTime="false" experimental="true">
|
977 | 979 | <Field type="int" name="lostSamples" label="Lost Samples" />
|
978 | 980 | <Field type="Thread" name="eventThread" label="Thread" />
|
|
0 commit comments