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: bccb05d
Choose a base ref
...
head repository: DataDog/ddprof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6365469
Choose a head ref
  • 9 commits
  • 65 files changed
  • 3 contributors

Commits on Jan 16, 2025

  1. Update libdatadog (#434)

    * Update libdatadog to version 14.3.1
    r1viollet authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    706790c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Configuration menu
    Copy the full SHA
    5e85765 View commit details
    Browse the repository at this point in the history
  2. Signal safety of crash handler

    - Improve the crash log to include address info
    - Deduplicate the crash handling function with simple malloc
    r1viollet committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    92480eb View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Reverse inlining order

    There is a bug in how the inlined functions are ordered in the stack traces
    r1viollet committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    b2a562b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

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

Commits on Jul 24, 2025

  1. libdatadog version 19.1.0 (#440)

    * libdatadog version 19.1.0
    * Avoid uploading redundant file
    r1viollet authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    0f8a6da View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. v0.20.0 (#441)

    Bump version number to prepare a release.
    r1viollet authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    654f228 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Update build dependencies (#443)

    * Update build dependencies
    * Allow a local restore of external dependencies
    * Clang tidy linter issues
    * clang 20 - Sanitizer linker fix
    
    libclang_rt is in the linux folder. Usually located here:
    /usr/lib/llvm-20/lib/clang/20/lib/linux/libclang_rt.asan-x86_64.so
    Ensure we can link against it.
    r1viollet authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    6952c10 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Deprecate global option

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