E5E4 Comparing main...jb/netty_native_socket · DataDog/java-profiler · GitHub
[go: up one dir, main page]

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/java-profiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DataDog/java-profiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jb/netty_native_socket
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Mar 6, 2026

  1. Add native Netty socket event tracking via PLT patching

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    jbachorik and claude committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    f8d2363 View commit details
    Browse the repository at this point in the history
  2. Fix review findings: add accept4 op name and aarch64 native dep

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    jbachorik and claude committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    9b2d714 View commit details
    Browse the repository at this point in the history
  3. Add stacktraces to SocketIO JFR events with native frame skipping

    Integrate socket I/O events into the standard recordSample flow to
    capture full stacktraces including native frames. Add skip_frames
    parameter to walkFP, walkDwarf, and walkVM to skip internal profiler
    frames (emitSocketIOEvent and hook functions) from the captured trace.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    jbachorik and claude committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    9528c13 View commit details
    Browse the repository at this point in the history
Loading
0