#
858d1aaf |
| 27-Oct-2021 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
dump-collect: Add application for SBE dump collection
This series of commits introduces the `dump-collect` application, a new command-line tool designed to facilitate the collection of dumps from th
dump-collect: Add application for SBE dump collection
This series of commits introduces the `dump-collect` application, a new command-line tool designed to facilitate the collection of dumps from the SBE. The tool is capable of asynchronous operation, allowing it to initiate dump collection from different SBEs at the same time.
Key Highlights: - The base implementation sets up the application to accept necessary parameters for dump collection, including dump type, dump ID, destination path for collected data, and the ID of the failing unit. - An implementation of the dump collection class and the initiation method enables the start of the dump collection process asynchronously. - The `dump-collect` application is designed to be invoked from scripts, which collect various data in the case of system failures.
Tests: Validated parameters passed Starting dump collection method
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: If6f44075d33af20e09a442d7968d235dc6e8ea16
show more ...
|
#
72393795 |
| 15-Aug-2023 |
George Liu <liuxiwei@inspur.com> |
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using t
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using the .txt extension for a build file has a few advantages, chief among them many tools and text editors expect a file with the .txt extension to be plain text files, not build scripts.
[1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6af5a33e591400b701310bdecaa4c615ad7bf9c7
show more ...
|