Disable jdk.CPUTimeSample when ddprof handles CPU profiling by jbachorik · Pull Request #10634 · DataDog/dd-trace-java

@jbachorik @claude

jdk.CPUTimeSample (JEP 518) is enabled as a fallback on JDK 25+/Linux,
but was not disabled when ddprof loaded successfully and took over CPU
profiling. Both samplers running concurrently adds unnecessary overhead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>