commit | f39157c877c13886631ed623dba8dcc65751abc4 | [log] [tgz] |
---|---|---|
author | Janet Adkins <janeta@us.ibm.com> | Mon Oct 24 21:26:06 2022 +0000 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 14 15:00:46 2022 +0000 |
tree | 109b98a2fcb7b40e81136285e74b570e5149aae8 | |
parent | 74a1f39c56d970667b4ff5004ccc175dbe2f23b4 [diff] |
dreport: Add Linux Kernel trace to dump Added Linux Kernel trace to "core" and "user" dumps. Tested: Manually ran dreport for both type core and type user. Verified trace was included in trace and could be extracted. Change-Id: Ib0ff61da8e3798e7327a5effe38f52873ead7c20 Signed-off-by: Janet Adkins <janeta@us.ibm.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test