Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/ddprof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.1
Choose a base ref
...
head repository: DataDog/ddprof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 5 commits
  • 16 files changed
  • 2 contributors

Commits on Dec 4, 2025

  1. Avoid mirror mmap failures on newer kernel versions (#474)

    * Fix double mmap failures on newer kernel versions
    
    * Ring buffer wrap around test
    Manual test for ring buffer wrap logics
    
    * Mmap Mirroring failures - Adjust to comments from @nsavoire
    r1viollet authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    0a7e43a View commit details
    Browse the repository at this point in the history
  2. elutils 0.194 (#477)

    elutils 0.194
    
    Co-authored-by: erwan.viollet <[email protected]>
    r1viollet and r1viollet authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    a47306a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Avoid matching symbols at address 0 (#479)

    Avoid matching symbols at address 0
    
    This will help our backend trigger remote symbolication calls
    
    Co-authored-by: erwan.viollet <[email protected]>
    r1viollet and r1viollet authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    cd20b33 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. CLI emprovements : add missing env vars (#480)

    CLI emprovements : add missing env vars
    
    In library mode it was not easy to debug ddprof's config.
    
    Adjust generated help text
    
    Co-authored-by: erwan.viollet <[email protected]>
    r1viollet and r1viollet authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    ddd6141 View commit details
    Browse the repository at this point in the history
  2. Bump version number to v0.23.0 (#481)

    Bump version number to v0.23.0
    
    - bump version number
    - remove changelog as it was not reflecting recent changes
    
    Co-authored-by: erwan.viollet <[email protected]>
    r1viollet and r1viollet authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    f9e8f21 View commit details
    Browse the repository at this point in the history
Loading