-
Notifications
You must be signed in to change notification settings - Fork 479
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
schedule event needs to be fixed #739
Comments
As we discussed today, I think we better provide a way to apply default options from a pre-defined opt file that is inside of We can generate the opt file inside |
Otherwise, It would be also good to always use |
@namhyung What about applying this as well? Is there any benefit of not recording |
Well, it doesn't honor the meaning of NO events and maybe sometimes users want to remove overhead of perf events at all. |
I think current
linux:schedule
event is not mature and it has the following problems as of now.--no-event
simply hides this scheduling events, but it also disables task-name event as well.--no-event -E linux:task-name
, but it doesn't look nice.In most cases, I'm only interested in task-name and not interested in scheduling event.
I would like to suggest the following choices.
--no-sched
option to disable only schedule event.--sched
option to turn it on.The text was updated successfully, but these errors were encountered: