-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Ability to request stackwalk per EventPipe session #84077
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
noahfalk
merged 37 commits into
dotnet:main
from
criteo-forks:PR_eventpipe_requestStacks
Oct 13, 2023
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
227992e
Ability to request stackwalk per EventPipe session
ezsilmar 67147da
Fix build
ezsilmar 0bfeec1
Fix build 2
ezsilmar f8d1ea7
Revert all the changes to start over
ezsilmar 7a6ca27
Merge remote-tracking branch 'origin/main' into PR_eventpipe_requestS…
ezsilmar 81f40b2
Merge branch 'main' of github.com:dotnet/runtime into PR_eventpipe_re…
ezsilmar 5e2c5eb
Propagate disable_stacktrace parameter up to ep_enable
ezsilmar 084c216
Refactor ds-eventpipe-protocol to use the same object for CollectTrac…
ezsilmar 4917d6f
Parse disable_stacktrace in ds-eventpipe-protocol
ezsilmar 999bd23
Fix a bug in ep.c enable declaration
ezsilmar 29b7105
Introduce ep_enable_3
ezsilmar c7051ca
Try fix failing tests
ezsilmar d6a3923
Fix incorrect validation
ezsilmar 6f4e68b
Use ep_enable_3 in IPC
ezsilmar d71b8e8
Allocate EventPipeSessionOptions on stack
ezsilmar a57ddbe
Pass EventPipeOptions by address
ezsilmar d18f45c
Rename IPC parameter to enable_stackwalk
ezsilmar e35e0af
Rename IPC parameter to stackwalk_requested
ezsilmar d09a83d
Include ds-types.h in ds-sources.c to fix the build issue
ezsilmar 593381a
Fix jump bypasses variable initialization
ezsilmar 7af4f1d
Merge branch 'main' into PR_eventpipe_requestStacks
ezsilmar 367d108
Fix incorrect struct initialization
ezsilmar 19d350a
Fix incorrect struct initialization 2
ezsilmar 2e84c90
Fix incorrect struct initialization 3
ezsilmar 6e6dbb4
Apply code format suggestions
ezsilmar 1bf492a
Merge remote-tracking branch 'origin/main' into PR_eventpipe_requestS…
ezsilmar 28ea623
Add ds_ipc_message_try_parse_bool
ezsilmar e59b228
Remove EventPipeSessionOptions from ep-types-forward
ezsilmar 5ce6ff2
init function for ep options
ezsilmar 19b8e5c
Use coherent if style in validation
ezsilmar 26b4744
Fix missing inline keyword
ezsilmar f7b879c
Remove inline specifier
ezsilmar 3f3535c
Merge branch 'main' into PR_eventpipe_requestStacks
ezsilmar 84addea
Re-introduce EP_ASSERT in enable
ezsilmar 9587b89
add ep_session_options_fini
ezsilmar 1071117
Fix fini called without init
ezsilmar 8b75c49
Merge branch 'main' into PR_eventpipe_requestStacks
ezsilmar 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
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.