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

Support for decoding stacktraces in log views #846

Open
broonie opened this issue Jan 27, 2025 · 0 comments
Open

Support for decoding stacktraces in log views #846

broonie opened this issue Jan 27, 2025 · 0 comments

Comments

@broonie
Copy link
Member

broonie commented Jan 27, 2025

When the vmlinux for a kernel built with debug information is available then it is possible to translate the addresses printed in backtraces:

<4>[ 62.189031] do_el0_svc_compat+0x24/0x48

into references to the file and line number the relevant code was generated from:

<4>[ 62.189031] do_el0_svc_compat (arch/arm64/kernel/syscall.c:159)

It would be helpful if the log display in the dashboard had the ability to do that, this will require that we actually build and store the vmlinux, I filed a separate ticket for that kernelci/kernelci-project#509 - since decoding the logs can be a bit slow we perhaps want to consider only doing that on demand, possibly even UI triggered.

@WilsonNet WilsonNet moved this to Blocked in KernelCI Web Dashboard Jan 28, 2025
@MarceloRobert MarceloRobert mentioned this issue Feb 5, 2025
12 tasks
@WilsonNet WilsonNet moved this from Blocked to Todo in KernelCI Web Dashboard Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant