-
Notifications
You must be signed in to change notification settings - Fork 11
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
Smaller energy thapi #148
Smaller energy thapi #148
Conversation
You would need to use it with |
Oh yeah it's |
No, I meant thapi_energy was only displaying the energy none of the other events, not even the level zero ones. So maybe we should add a new backend, |
Yeah, this is what I wrote on the description. I can add an option if you'd like to. But I guess you can grep the output for now If we want to be general, we want to add an option to visualize only specific regex or whatever. Aka adding a |
Ho yeah, hadn't seen your comment in the code. Let wait for @sbekele81 feedback then. |
I'm getting the following error when I ran the script: /home/sbekele/thapi-bin-new/bin/babeltrace_thapi:191:in As you mentioned, babeltrace_energy calculates the delta energy and generates the power series. if we are going to include it in the babeltrace_thapi, it would be nice that we have an option to filter. |
May work now.
Do you think a |
I think grep will do it. However, the error still persists. |
Fix now |
This use
babeltrace_thapi
to replacebabelatrace_energy
.Handle it as a a normal event. We can add new option to the CLI to filter it or whatever if you want.
Please tests is Solomon, I didn't...