-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for JFR ExecutionSample event. #4005
Adding support for JFR ExecutionSample event. #4005
Conversation
Hi, @jovanstevanovic Thank you for contributing to GraalVM, could you please provide answers to the following questions?
|
Hi, @oubidar-Abderrahim!
|
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/JfrThreadState.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/events/ExecutionSampleEvent.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/JfrThreadLocal.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/thread/ThreadingSupportImpl.java
Outdated
Show resolved
Hide resolved
fc2a04b
to
4dfe0d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor comments, everything else looks good.
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/events/ExecutionSampleEvent.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/events/ExecutionSampleEvent.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/events/ExecutionSampleEvent.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/events/ExecutionSampleEvent.java
Outdated
Show resolved
Hide resolved
4dfe0d3
to
b67604c
Compare
b67604c
to
5b42e5a
Compare
5b42e5a
to
75dd482
Compare
This PR is introducing the
ExecutionSample
event and adds one test for the thread repository.Event signature: