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

How to show function calling process in real time? #1944

Open
bootbool opened this issue Aug 10, 2024 · 1 comment
Open

How to show function calling process in real time? #1944

bootbool opened this issue Aug 10, 2024 · 1 comment

Comments

@bootbool
Copy link

The uftrace live tool only shows the results of function calling stack after the program finishes execution. It misses the live meaning. So can you teach me how to show the calling process during execution in real time ? thanks.

@yskelg
Copy link
Contributor

yskelg commented Aug 14, 2024

This requires a lot of development in many code.

Also, it’s close to near real-time, but not truly real-time. I think we need a staging process for the recorded data.
To test it easily, a good starting point would be to break the program using gdb and then run uftrace replay in the relevant directory.

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