You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 foromniperf 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.The text was updated successfully, but these errors were encountered: