Pierre Gimalac

Results 55 issues of Pierre Gimalac

### What does this PR do? Same as https://github.com/DataDog/datadog-agent/pull/30313 but using merged profiles from prod. ### Motivation ### Describe how to test/QA your changes ### Possible Drawbacks / Trade-offs ###...

do-not-merge/WIP
component/system-probe
team/agent-shared-components
team/single-machine-performance
team/agent-build-and-releases

### What does this PR do? Add profiles for each process (core, trace, process, security, system-probe) and use them to build the agent with PGO. ### Motivation Investigate the impact...

do-not-merge/WIP
component/system-probe
team/agent-shared-components
team/single-machine-performance
team/agent-build-and-releases

### What does this PR do? Same as https://github.com/DataDog/datadog-agent/pull/30313 but with a profile from SMP experiment `uds_dogstatsd_to_api_cpu`, selected and merged using [datadog-pgo](https://github.com/DataDog/datadog-pgo). ### Motivation ### Describe how to test/QA your...

do-not-merge/WIP
team/agent-shared-components
team/single-machine-performance
team/agent-delivery

In a container where the host's `/proc` is mounted and given by the `HOST_PROC` environment variable, what is `host.Virtualization` supposed to return ? Is it supposed to give information about...

Add the text added in https://github.com/google/go-cmp/pull/189 to the README. The goal is to make it clearer that go-cmp is only supposed to be used in tests, and what the caveats...

**Describe the bug** When `reflect`'s `Method` is used with a non-constant argument, the linker has to keep every public method of reachable types because it can't statically determine whether that...

Partially fixes https://github.com/google/go-cmp/issues/373 (`Equal` only). This PR moves code around to allow the linker to statically determine that the code using `reflect.Type.Method` is not reachable from the `Equal` function. It...

Fixes https://github.com/google/go-cmp/issues/373. This PR moves creating the string representation of an unnamed interface behind a build tag `interface_string_no_reflect`. - When the build tag is not used, nothing changes. - When...

### What does this PR do? ### Motivation ### Describe how you validated your changes ### Possible Drawbacks / Trade-offs ### Additional Notes

do-not-merge/WIP
do-not-merge/hold
changelog/no-changelog
qa/done
medium review
team/agent-runtimes

### What does this PR do? Remove outdated dogstatsd stripping comment. ### Motivation We're stripping dogstatsd binary since https://github.com/DataDog/datadog-agent/pull/33789. ### Describe how you validated your changes ### Possible Drawbacks /...

changelog/no-changelog
qa/no-code-change
short review