-
Notifications
You must be signed in to change notification settings - Fork 111
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
create_gcov can not find binary with buildid and profile_creator can not read profile #184
Comments
@bingxinliu If you can share out |
@erozenfeld Hi, sorry for replying late, the log file is too large (~300MB) to share it via github, so I uploaded it to onedrive and shared it. The url is here and password is |
@bingxinliu It looks like your profile doesn't have events for binary with buildid
|
@bingxinliu Looks like most of the samples are in |
@erozenfeld Thank you for your replying!
I think
Another problem is that I did perf the
And the |
@bingxinliu Yes, it doesn't look like any events are associated with |
Hi,
I compiled the Gromacs with "-Wl,--build-id" linking option and using perf to record perf.data, but create_gcov seems like can not find the binary with error message showing below:
The thing is that actually readelf could print correct build id as shown below:
# liubx @ liubx-nuc9-debian in ~/Development/codes/gromacs/perf-data [18:58:36] C:255 $ readelf -n ../gromacs-2023.2-original-src/build-original/bin/gmx Displaying notes found in: .note.gnu.property Owner Data size Description GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0 Properties: x86 ISA needed: x86-64-baseline Displaying notes found in: .note.gnu.build-id Owner Data size Description GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: 9e166341c96797559485bb5c2e656da4c9b4e078 Displaying notes found in: .note.ABI-tag Owner Data size Description GNU 0x00000010 NT_GNU_ABI_TAG (ABI version tag) OS: Linux, ABI: 3.2.0
Here is how I built Gromacs:
How I get the perf data:
Any ideas about this problem? Appreciate for any help, thanks a lot!
The text was updated successfully, but these errors were encountered: