-
Notifications
You must be signed in to change notification settings - Fork 159
[Profiler] Add support for ARM64 #8338
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
Draft
gleocadie
wants to merge
44
commits into
master
Choose a base branch
from
gleocadie/add-frame-based-pointer-unwinding-for-arm64
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,873
−174
Draft
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
f8f5aff
Add HybridUnwinder for ARM64 only
gleocadie a1210af
Add CI job
gleocadie 055da31
Make sure profiler is not disabled in the code
gleocadie 4020dd0
Fix path construction when running the integration tests
gleocadie a425839
Fix bug in ManagedCodeCache
gleocadie e40bd0d
Fix native loader
gleocadie 41835f6
Fix tracer/profiler test
gleocadie e3f94ac
Fix bugs
gleocadie 04f0483
Fix framework for test + check lr-fallback approach
gleocadie 2e844bb
Make it better
gleocadie fd15b53
Display in CI stack mismatch
gleocadie 0bcec1e
Try fixing stack walking with jit stub/helper
gleocadie c67a0a8
Try fixing net9 issue with stack collection
gleocadie 64028b1
Try something: more native frames mixed with managed frames
gleocadie 8a62927
Fix deadlock
gleocadie 9c2a923
Try fixing crash in libunwind
gleocadie b012166
TO run CI
gleocadie a585d18
Add UnwindTracer
gleocadie 00901c0
Fix build + adjust libunwind mirrored data structures
gleocadie bb48018
Try another one fix
gleocadie 2a65d9d
Try my fix
gleocadie 3c3530d
Try something else with UnwindTracersProvider
gleocadie bfda141
Build ME
gleocadie 4c82baa
Try new cursor snapshot api + cfa update in unw_step
gleocadie a554f25
add RecordStart with ucontext_t address
gleocadie e964931
Finish early TimerCreate-based CPU profiler
gleocadie 20fad51
Add Sanitizers jobs
gleocadie bde77c0
Try fixigin ubsan job
gleocadie 9df6d75
Fix asan job
gleocadie 6511650
Investigate crash
gleocadie 8aaaf6b
Try fixing ubsan
gleocadie bfbd08d
Fix build
gleocadie 37ab55f
Start clean up a bit
gleocadie 0b7e0db
Fix FrameStore
gleocadie e52c5dd
Try fixing test
gleocadie fbf0c63
Clean up
gleocadie cda3349
More cleanup
gleocadie 54f1bba
fix(profiler): restore unique-ownership semantics on ScopedTracer (ar…
gleocadie 9be2542
chore(profiler): arm64 polish pass (logs, comments, atomics, EOF newl…
gleocadie 044a856
docs(profiler): capture arm64 build-system gotchas (C7, E1..E4)
gleocadie b5e8b5f
test(profiler): extend FrameStoreTest with fake-IP / cached-path null…
gleocadie 942d618
Fixing Integration tests
gleocadie 5ef61b7
Fix UBsan job
gleocadie c00db67
Handle ARM64 case for callstack comparison
gleocadie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
profiler/src/Demos/Samples.BuggyBits/Samples.BuggyBits.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
profiler/src/Demos/Samples.Website-AspNetCore01/Samples.Website-AspNetCore01.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
We will upgrade later in this PR.
Just as a reminder.