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

Some thoughts about TUI for viewing replays #1873

Open
vt-alt opened this issue Jan 2, 2024 · 1 comment
Open

Some thoughts about TUI for viewing replays #1873

vt-alt opened this issue Jan 2, 2024 · 1 comment
Labels

Comments

@vt-alt
Copy link

vt-alt commented Jan 2, 2024

These are thoughts from a new user who is interested in understanding workings of target binary instead of profiling it performance.

  1. It would be useful if tui also supports replay mode. Because navigating replay log is hard (searching in less is good but seeing backtrace is very hard) and graph mode does not show everything that is interesting (task, modules, libnames, arguments). It maybe useful to see bird level view and then enter into interesting call trees interactively, for this tui would be ideal is it supports this mode.
  2. There is no correspondence between tid and session.
  3. uftrace tui --libname (nor graph) does not show libname like replay does.
  4. It would also be useful if tui and graph allows to output tid,task,module in output fields.
@namhyung
Copy link
Owner

namhyung commented Jan 5, 2024

Thanks for sharing your thoughts. I do agree that uftrace tui should have replay support. Let me find some time hopefully in 2024.

@honggyukim honggyukim added the tui label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants