commit | fcc916444b270ebd9f1351212d21aef517c48eb2 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Fri Mar 25 06:22:08 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Tue Apr 05 09:14:52 2022 -0500 |
tree | 968bb289a5d21c0962c8357fe4a19e431236136f | |
parent | 6f4870aadc658c2af64370ec05c49a71a4aa311e [diff] |
dreport: add active file descriptors list to the BMC dump List all the active file descriptors to procfd.log and append the file to the BMC dump Tested: cat procfd.log /proc/1/fd/: lrwx------ 1 root root 64 Mar 25 11:05 0 -> /dev/null lrwx------ 1 root root 64 Mar 25 11:05 1 -> /dev/null Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I412abade104e5685a42150036e5149dadc94b3e7
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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