Skip to content

Conversation

@brancz
Copy link
Member

@brancz brancz commented Nov 18, 2025

No description provided.

Added a new preset filter to hide CUDA and NVIDIA GPU driver internal functions from profiles. This preset filters out frames from the following libraries:
- libcudnn_engines_precompiled.so
- libcupti.so
- libparcgpcupti.so
- libcudart.so
- libcuda.so

The preset follows the same pattern as the existing "Hide V8 internals" preset, using frame filters with "not_contains" match type on the binary field.
Added a new preset filter to hide Python interpreter internal functions from profiles. This preset filters out:
- Frames from binaries containing "python3"
- Function names equal to "<interpreter trampoline>"
- Function names equal to "<module>"

This helps users focus on their application code rather than Python interpreter internals.
Added a new preset filter to hide C standard library functions from profiles. This preset filters out frames from binaries containing "libc.so".

This helps users focus on their application code rather than standard C library internals.
@brancz brancz requested a review from a team as a code owner November 18, 2025 17:39
@brancz brancz changed the title Add Hide CUDA Internals preset filter Add Hide CUDA/python/libc Internals preset filter Nov 18, 2025
@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Nov 18, 2025

✅ Meticulous spotted 0 visual differences across 350 screens tested: view results.

Meticulous evaluated ~4 hours of user flows against your PR.

Expected differences? Click here. Last updated for commit 4d0af46. This comment will update as new commits are pushed.

Copy link
Member

@metalmatze metalmatze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely!

@metalmatze metalmatze enabled auto-merge (squash) November 18, 2025 17:42
@metalmatze metalmatze merged commit 014d9fc into main Nov 18, 2025
36 checks passed
@manojVivek manojVivek deleted the claude/add-cuda-internals-preset-01DnLPzBRH11DPdhVEdQG21a branch November 19, 2025 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants