You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump version to 4.11.0rc3 (#18572)
## Description
<!-- Provide an overview of the change and motivation for the change -->
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
chore: bump version to 4.10.4 (#18554)
## Description
<!-- Provide an overview of the change and motivation for the change -->
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
chore: bump version to 4.9.2 (#18564)
## Description
<!-- Provide an overview of the change and motivation for the change -->
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
feat(profiling): make fast copy the default (#18329)
## Description
Previous | Next #18332
This PR updates the Profiling codebase to make "fast copy" (using guarded `memcpy` instead of `process_vm_readv`) the default in the Stack Sampler.
Co-authored-by: thomas.kowalski <thomas.kowalski@datadoghq.com>