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

functrace and funcgraph only supports single function #97

Open
alokprasad opened this issue Oct 16, 2020 · 1 comment
Open

functrace and funcgraph only supports single function #97

alokprasad opened this issue Oct 16, 2020 · 1 comment

Comments

@alokprasad
Copy link

alokprasad commented Oct 16, 2020

Currently, functrace and funcgraph only supports single function.
There might be cases when we need to monitor multiple function in single tracing.

I had to manually edit and multiple function using.

function1 >current_tracer
function2>> current_tracer

@kodidu
Copy link

kodidu commented Jun 15, 2021

Hello!
I think you simply need to escape the filter string argument. Maybe also necessary if you use * in the function string, so that bash will not expand the argument.
funcgraph -m 3 'function1_* devX_function2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants