-
Notifications
You must be signed in to change notification settings - Fork 58
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
Profiling Filter Tool Ideas #88
Comments
Additions via Slack
Says to load SOME_LIBRARY.so and associate it with name Then any of the REGEX expressions above can have a set of tools added, for example
Which will forward things matching that to TOOL1 and TOOL2 |
|
Other thing fencing:
|
@mhoemmen yeah and the search time becomes too large. I would just say we limit to like a sequence of 5, and essentially keep a revolving list of the last 5 kernel calls or so. |
Memory exists for tools, codes should stop being so greedy... :p |
The list of filters themselves should tell you how much space you need, but if y'all start building crazy state machines that eat memory, this could be an issue. |
the good thing is that you only pay for it if you use it ... |
This is a collection of ideas for setting the profiling filter via expressions
The text was updated successfully, but these errors were encountered: