|
89 | 89 | <Field type="Thread" name="thread" label="Java Thread" />
|
90 | 90 | </Event>
|
91 | 91 |
|
92 |
| - <Event name="ThreadPark" category="Java Application" label="Java Thread Park" thread="true" stackTrace="true"> |
| 92 | + <Event name="ThreadPark" category="Java Application" label="Java Thread Park" thread="true" stackTrace="true" withContext="true"> |
93 | 93 | <Field type="Class" name="parkedClass" label="Class Parked On" />
|
94 | 94 | <Field type="long" contentType="nanos" name="timeout" label="Park Timeout" />
|
95 | 95 | <Field type="long" contentType="epochmillis" name="until" label="Park Until" />
|
96 | 96 | <Field type="ulong" contentType="address" name="address" label="Address of Object Parked" relation="JavaMonitorAddress" />
|
97 | 97 | </Event>
|
98 | 98 |
|
99 |
| - <Event name="JavaMonitorEnter" category="Java Application" label="Java Monitor Blocked" thread="true" stackTrace="true"> |
| 99 | + <Event name="JavaMonitorEnter" category="Java Application" label="Java Monitor Blocked" thread="true" stackTrace="true" withContext="true"> |
100 | 100 | <Field type="Class" name="monitorClass" label="Monitor Class" />
|
101 | 101 | <Field type="Thread" name="previousOwner" label="Previous Monitor Owner" />
|
102 | 102 | <Field type="ulong" contentType="address" name="address" label="Monitor Address" relation="JavaMonitorAddress" />
|
103 | 103 | </Event>
|
104 | 104 |
|
105 |
| - <Event name="JavaMonitorWait" category="Java Application" label="Java Monitor Wait" description="Waiting on a Java monitor" thread="true" stackTrace="true"> |
| 105 | + <Event name="JavaMonitorWait" category="Java Application" label="Java Monitor Wait" description="Waiting on a Java monitor" thread="true" stackTrace="true" withContext="true"> |
106 | 106 | <Field type="Class" name="monitorClass" label="Monitor Class" description="Class of object waited on" />
|
107 | 107 | <Field type="Thread" name="notifier" label="Notifier Thread" description="Notifying Thread" />
|
108 | 108 | <Field type="long" contentType="millis" name="timeout" label="Timeout" description="Maximum wait time" />
|
109 | 109 | <Field type="boolean" name="timedOut" label="Timed Out" description="Wait has been timed out" />
|
110 | 110 | <Field type="ulong" contentType="address" name="address" label="Monitor Address" description="Address of object waited on" relation="JavaMonitorAddress" />
|
111 | 111 | </Event>
|
112 | 112 |
|
113 |
| - <Event name="JavaMonitorInflate" category="Java Application" label="Java Monitor Inflated" thread="true" stackTrace="true"> |
| 113 | + <Event name="JavaMonitorInflate" category="Java Application" label="Java Monitor Inflated" thread="true" stackTrace="true" withContext="true"> |
114 | 114 | <Field type="Class" name="monitorClass" label="Monitor Class" />
|
115 | 115 | <Field type="ulong" contentType="address" name="address" label="Monitor Address" relation="JavaMonitorAddress" />
|
116 | 116 | <Field type="InflateCause" name="cause" label="Monitor Inflation Cause" description="Cause of inflation" />
|
|
727 | 727 | <Field type="ulong" contentType="bytes" name="allocationSize" label="Allocation Size" />
|
728 | 728 | </Event>
|
729 | 729 |
|
730 |
| - <Event name="ObjectAllocationSample" category="Java Application" label="Object Allocation Sample" thread="true" stackTrace="true" startTime="false" throttle="true"> |
| 730 | + <Event name="ObjectAllocationSample" category="Java Application" label="Object Allocation Sample" thread="true" stackTrace="true" startTime="false" throttle="true" withContext="true"> |
731 | 731 | <Field type="Class" name="objectClass" label="Object Class" description="Class of allocated object" />
|
732 | 732 | <Field type="long" contentType="bytes" name="weight" label="Sample Weight"
|
733 | 733 | description="The relative weight of the sample. Aggregating the weights for a large number of samples, for a particular class, thread or stack trace, gives a statistically accurate representation of the allocation pressure" />
|
|
915 | 915 | </Event>
|
916 | 916 |
|
917 | 917 | <Event name="ExecutionSample" category="Java Virtual Machine, Profiling" label="Method Profiling Sample" description="Snapshot of a threads state"
|
918 |
| - period="everyChunk"> |
| 918 | + period="everyChunk" withContext="true"> |
919 | 919 | <Field type="Thread" name="sampledThread" label="Thread" />
|
920 | 920 | <Field type="StackTrace" name="stackTrace" label="Stack Trace" />
|
921 | 921 | <Field type="ThreadState" name="state" label="Thread State" />
|
|
0 commit comments