-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
perf record output is not correct in arm64. #70804
Comments
I think this is #58835 |
convert addr to func name :
the result is same in perf and pprof and is correct. so it is the perf record get wrong address. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.7 (Red Hat 1.22.7-1.0.2.al8) linux/arm64
Output of
go env
in your module/workspace:What did you do?
run benchmark:
use perf:
What did you see happen?
perf report is very strange:
What did you expect to see?
the perf report should match the go pprof:
The text was updated successfully, but these errors were encountered: