Skip to content

Conversation

@saitama951
Copy link
Contributor

when added support for the debug info records with #85107 ,The perf was not able to map to the jitted-so's on top of the BenchmarkDotNet library.
i.e

5.47%  dotnet           [unknown]              [.] 0x000003ffa1fdc7e6

hence the perf source code annotation fails. on deeper inspection with the perf script logs, we noticed that the fork events and the mmap2 events were out of order. it seems HAVE_CLOCK_GETTIME i.e in configure.ac was removed while cleaning up the older makefile build system. hence returning always 0.
reference commit:- #47758

@vargaz as mentioned in the previous PR I added the macro to the cmake
#88373

@saitama951 saitama951 requested a review from marek-safar as a code owner July 5, 2023 16:07
@ghost ghost added area-Build-mono community-contribution Indicates that the PR has been added by a community member labels Jul 5, 2023
@saitama951 saitama951 force-pushed the incorrect_timestamp branch from 45d002c to 1f52888 Compare July 6, 2023 04:59
@saitama951 saitama951 force-pushed the incorrect_timestamp branch from 53e46ec to 2a2da66 Compare July 6, 2023 05:04
@saitama951 saitama951 requested a review from vargaz July 6, 2023 05:07
@lambdageek lambdageek merged commit a2c19cd into dotnet:main Jul 6, 2023
@lambdageek
Copy link
Member

/backport to release/7.0-staging

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

Started backporting to release/7.0-staging: https://github.com/dotnet/runtime/actions/runs/5478351548

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

@lambdageek backporting to release/7.0-staging failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: changing defs
Using index info to reconstruct a base tree...
M	src/mono/cmake/config.h.in
M	src/mono/cmake/configure.cmake
Falling back to patching base and 3-way merge...
Auto-merging src/mono/cmake/configure.cmake
Auto-merging src/mono/cmake/config.h.in
CONFLICT (content): Merge conflict in src/mono/cmake/config.h.in
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 changing defs
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

@lambdageek an error occurred while backporting to release/7.0-staging, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Build-mono community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants