commit | c04e0e0a7022ac8cfdf3c820e59c71c71a5676d8 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Mon Jun 19 10:47:01 2023 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Jun 26 14:54:52 2023 +0000 |
tree | 4c9b292d19f696b33df79ff89aa1b19ee64e4b09 | |
parent | 8098ca6a45ee7fc8f9e084f3507b91fed539a373 [diff] |
Add linux trace events Add the output of the linux trace buffer to user dumps, with lowest priority since the file can be large (~10MB). Change-Id: I186b123154098400245f24db438e2a79a8da8b10 Signed-off-by: Eddie James <eajames@linux.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