Lines Matching full:dump

20 namespace openpower::dump::sbe_chipop  namespace
51 * involves identifying available processors, initiating the dump
52 * collection process, and managing the collected dump files.
54 * @param type The type of dump to collect.
55 * @param id A unique identifier for the dump collection operation.
56 * @param failingUnit The identifier of the failing unit prompting the dump
65 * @brief Collects a dump from a single SBE.
68 * dump from the specified SBE.
71 * @param path The filesystem path where the dump should be stored.
72 * @param id The unique identifier for this dump collection operation.
73 * @param type The type of dump to collect.
74 * @param clockState The clock state of the SBE during dump collection.
91 * @brief Launches asynchronous dump collection tasks for a set of targets.
93 * This method initiates the dump collection process asynchronously for each
99 * @param type The type of the dump to collect. This could be a hardware
100 * dump, software dump, etc., as defined by the SBE dump type enumeration.
101 * @param id A unique identifier for the dump collection operation. This ID
102 * is used to tag the collected dump for identification.
104 * stored. Each dump file will be stored under this directory.
106 * failing or suspected to be the cause of the issue prompting the dump
108 * @param cstate The clock state during the dump collection. This parameter
109 * dictates whether the dump should be collected with the
116 * the completion state of an asynchronous dump collection task. The caller
117 * can wait on these futures to determine when all dump collection
126 /** @brief This function creates the new dump file in dump file name
128 * @param path - Path to dump file
129 * @param id - A unique id assigned to dump to be collected
143 * @brief Determines if fastarray collection is needed based on dump type
147 * @param type The type of the dump being collected.
149 * @param chipPos The position of the chip for which the dump is being
159 using namespace openpower::dump::SBE; in checkFastarrayCollectionNeeded()
178 * @param path - Dump collection path.
206 * dump collection process. For critical errors, such as a timeout during
209 * the dump collection process.
213 * @param path Dump collection path
215 * errors where dump collection can proceed.
218 * excluded from the dump collection.
229 * @param path - Dump collection path
235 } // namespace openpower::dump::sbe_chipop