Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow not profiling a specific "troublesome" kernel #327

Open
ausellis0 opened this issue Mar 20, 2024 · 0 comments
Open

Allow not profiling a specific "troublesome" kernel #327

ausellis0 opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ausellis0
Copy link

Is your feature request related to a problem? Please describe.
Some users have knowingly "troublesome" kernels that can trip up omniperf. It would be nice to temporarily avoid these kernels during profiling, essentially kernel filtering out rather than in certain kernels. This may partially work with -k regex's for omniperf profile but it seems all kernels are being profiled with and without -k (see #325 ).

Describe the solution you'd like
For excluding only kernel ABC, I'd like to do a exclude regex like -k "(?!^ABC$)" or something similar.

@ausellis0 ausellis0 added the enhancement New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant