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 see extra hardware dump in vmcore #32

Open
Tirtsah opened this issue Mar 26, 2019 · 1 comment
Open

How to see extra hardware dump in vmcore #32

Tirtsah opened this issue Mar 26, 2019 · 1 comment

Comments

@Tirtsah
Copy link

Tirtsah commented Mar 26, 2019

Hi,
I'm enabling core dump flow on my Linux, using Linux kexec mechanism. This flow ends with vmcore elf image reflecting the full memory situation at the crash moment. The vmcore driver in kernel that outputs the vmcore elf image has vmcore_add_device_dump API that's used for pushing some extra hardware memory sections into the ELF.

However, After vmcore file is generated, I want to see this data, but don't know how to do that. I'm using crash-utility for the core analysis, so I wonder - maybe there is an option to see also this extra data using crash-utility?

@crash-utility
Copy link
Collaborator

crash-utility commented Mar 26, 2019 via email

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

1 participant