You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jdk: OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
cmake: version 2.8.12.2
perf: version 3.10.0-693.11.1.el7.x86_64.debug
OS: centOS 7
After using perf-java-record-stack <pid> get output in \tmp\perf-<pid>.data, but using perf script -i /tmp/perf-<pid>.data -d will result in Misordered timestamps: 0. If perf script not run in debug mod, nothing happens and got an empty stack file.
perf-java-top <pid> and perf-java-report-stack <pid> works as expected, but sometimes fail with empty sample, I guess that is normal.
I try this in several machine I've got, all the same.
jdk:
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
cmake:
version 2.8.12.2
perf:
version 3.10.0-693.11.1.el7.x86_64.debug
OS:
centOS 7
After using
perf-java-record-stack <pid>
get output in\tmp\perf-<pid>.data
, but usingperf script -i /tmp/perf-<pid>.data -d
will result inMisordered timestamps: 0
. Ifperf script
not run in debug mod, nothing happens and got an empty stack file.perf-java-top <pid>
andperf-java-report-stack <pid>
works as expected, but sometimes fail withempty sample
, I guess that is normal.I try this in several machine I've got, all the same.
Attached my
.data
and.map
file.perf-11484.zip
The text was updated successfully, but these errors were encountered: