-
Notifications
You must be signed in to change notification settings - Fork 605
i#3161: Add pure-static-client-DR-app support #7177
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
2fedafd
i#3161: Add pure-static-client-DR-app support
derekbruening b062224
Install libc6-dev on GA CI to try to get static libpthread; disable w…
derekbruening 76688a7
Limit purestatic build attempt to X64 with static libpthread; add to …
derekbruening fc111cd
Merge branch 'master' of github.com:DynamoRIO/dynamorio into i3161-pu…
derekbruening 1ec806c
Changes the drmemtrace dr_client_main to only be weak if DRMEMTRACE_W…
derekbruening 4ebe089
Add missing test template; burst_{malloc,reattach} actually don't def…
derekbruening 2af8dac
Undo all changes to ci-aarchxx-cross.yml
derekbruening 831923e
Switch to DRMEMTRACE_NO_MAIN to avoid problems with shared libraries …
derekbruening 5aceba9
Merge branch 'master' of github.com:DynamoRIO/dynamorio into i3161-pu…
derekbruening e93018c
Review suggestions: add and edit comments; Add release note
derekbruening 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| pre-DR init | ||
| pre-DR start | ||
| pre-DR detach | ||
| DynamoRIO statistics: | ||
| *Peak threads under DynamoRIO control : *1 | ||
| .* | ||
| all done | ||
| pre-DR init | ||
| pre-DR start | ||
| pre-DR detach | ||
| DynamoRIO statistics: | ||
| *Peak threads under DynamoRIO control : *1 | ||
| .* | ||
| all done | ||
| pre-DR init | ||
| pre-DR start | ||
| pre-DR detach | ||
| DynamoRIO statistics: | ||
| *Peak threads under DynamoRIO control : *1 | ||
| .* | ||
| all done | ||
| Cache simulation results: | ||
| Core #0 \(traced CPU\(s\): #0\) | ||
| L1I0 .* stats: | ||
| Hits: *[0-9,\.]* | ||
| Misses: *[0-9,\.]* | ||
| Compulsory misses: *[0-9,\.]* | ||
| Invalidations: *0 | ||
| .* Miss rate: [0-3][,\.]..% | ||
| L1D0 .* stats: | ||
| Hits: *[0-9,\.]* | ||
| Misses: *[0-9,\.]* | ||
| Compulsory misses: *[0-9,\.]* | ||
| Invalidations: *0 | ||
| .* Miss rate: [0-3][,\.]..% | ||
| Core #1 \(traced CPU\(s\): \) | ||
| Core #2 \(traced CPU\(s\): \) | ||
| Core #3 \(traced CPU\(s\): \) | ||
| LL .* stats: | ||
| Hits: *[0-9,\.]* | ||
| Misses: *[0-9,\.]* | ||
| Compulsory misses: *[0-9,\.]* | ||
| Invalidations: *0 | ||
| .* Local miss rate: *[0-9,.]*% | ||
| Child hits: *[0-9,\.]* | ||
| Total miss rate: [0-1][,\.]..% |
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
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.