-
Notifications
You must be signed in to change notification settings - Fork 415
Extend SystemProcesses API implementation to AIX #7772
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
Conversation
687aa85 to
ae04e82
Compare
|
Please correct the title: The API already exists (so none is added), this extends the set of platform where that API is implemented to include AIX. |
|
Please also correct the commit message. The second line should be blank and the body should use proper punctuation. See https://github.com/eclipse-omr/omr/blob/master/CONTRIBUTING.md#commit-guidelines for more details. |
e3bd761 to
795459d
Compare
795459d to
1d950da
Compare
b747419 to
3c8fb43
Compare
3c8fb43 to
aa4fe31
Compare
9e603b3 to
378452f
Compare
378452f to
7ae968b
Compare
7ae968b to
fc82be9
Compare
fc82be9 to
29b5292
Compare
Use getargs for user-space processes and pi_comm for others.
29b5292 to
548f417
Compare
|
jenkins build all |
babsingh
left a comment
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.
riscv failure is an infra issue.
Use getprocs64 to extract command line on AIX
Use getargs for user-space processes and pi_comm for others.