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.20.0
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.21.0
Choose a head ref
  • 8 commits
  • 38 files changed
  • 2 contributors

Commits on Aug 7, 2025

  1. Deprecate global option (#444)

    Redirect users to DataDog/dd-otel-host-profiler
    r1viollet authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    a69c81b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    ea712fb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    d8cbe65 View commit details
    Browse the repository at this point in the history
  2. Another size fix (#449)

    nsavoire authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    9ccc7bf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Configuration menu
    Copy the full SHA
    e7d474b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Allocation tracker: fix the live heap tracking (#453)

    - Rewrite the bitset data structure to avoid collisions
    - Introduce benchmarks for the bitset data structure
    - Add a document explaining the general strategy & alternatives
    Refer to `docs/allocation_tracker.md`
    r1viollet authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    5031ff7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Linter include fixes (#454)

    - Replace stdint deprecated headers
    - Adjust headers
    r1viollet authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    7cedc05 View commit details
    Browse the repository at this point in the history
  2. v0.21.0 (#455)

    r1viollet authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    205b232 View commit details
    Browse the repository at this point in the history
Loading