ddprof icon indicating copy to clipboard operation
ddprof copied to clipboard

The Datadog Native Profiler for Linux

Results 28 ddprof issues
Sort by recently updated
recently updated
newest added

i use perf -e cpu -a -g to run profiling in machine continously. what is the overhead for process? as i know, the perf_event_open will cause user program context switch...

discussion

# What does this PR do? Add crash tracker and reporter to ddprof. Crash tracker installs signal handlers to catch crashes in the profiler. Upon crash, it forks and execs...

# What does this PR do? Ensure we have thread names / process name in the timeline # Motivation This makes the timeline easier to read # Additional Notes This...

# What does this PR do? Add a log to help diagnose symbolization issues # Motivation Diagnose blazesym issues # Additional Notes NA # How to test the change? NA

# What does this PR do? Introduce a parsing of smaps to try and upscale the allocations with numbers that can compare to the smap values. # Motivation Getting closer...

# What does this PR do? Make `libdd_profiling.so` compatible for use with otel profiler by creating a new mode that does not start ddprof and adding a USDT probe inside...

Levi asked for a hack. Will this work ? # What does this PR do? A brief description of the change being made with this pull request. # Motivation What...

# Description The following setup breaks our current assumptions in allocation profiling: - The executable resolves malloc from the global scope. This typically means the system allocator (e.g., the one...