Lines Matching full:dump

20 namespace openpower::dump::sbe_chipop  namespace
48 * @brief Drives all type of dump collection process from SBEs.
50 * Triggers SBE, Hardware/Hostboot dump collection process from SBEs.
52 * dump) or collectSBEDump(for SBE dump) based on the parameter type's value
54 * @param type The type of dump which needs to be collected.
55 * @param id ID of the collected dump.
56 * @param failingUnit ID of the failing unit from which the dump is
58 * @param path Path where the collected dump will be stored.
68 * involves identifying available processors, initiating the dump
69 * collection process, and managing the collected dump files.
71 * @param type The type of dump to collect.
72 * @param id A unique identifier for the dump collection operation.
73 * @param failingUnit The identifier of the failing unit prompting the dump
81 * @brief Execute HWPs to collect SBE dump.
83 * @param[in] id Id of the dump.
85 * @param[in] dumpPath Path to stored the dump files.
96 * @brief Collects a dump from a single SBE.
99 * dump from the specified SBE.
102 * @param path The filesystem path where the dump should be stored.
103 * @param id The unique identifier for this dump collection operation.
104 * @param type The type of dump to collect.
105 * @param clockState The clock state of the SBE during dump collection.
122 * @brief Launches asynchronous dump collection tasks for a set of targets.
124 * This method initiates the dump collection process asynchronously for each
130 * @param type The type of the dump to collect. This could be a hardware
131 * dump, software dump, etc., as defined by the SBE dump type enumeration.
132 * @param id A unique identifier for the dump collection operation. This ID
133 * is used to tag the collected dump for identification.
135 * stored. Each dump file will be stored under this directory.
137 * failing or suspected to be the cause of the issue prompting the dump
139 * @param cstate The clock state during the dump collection. This parameter
140 * dictates whether the dump should be collected with the
147 * the completion state of an asynchronous dump collection task. The caller
148 * can wait on these futures to determine when all dump collection
157 /** @brief This function creates the new dump file in dump file name
159 * @param path - Path to dump file
160 * @param id - A unique id assigned to dump to be collected
174 * @brief Determines if fastarray collection is needed based on dump type
178 * @param type The type of the dump being collected.
180 * @param chipPos The position of the chip for which the dump is being
190 using namespace openpower::dump::SBE; in checkFastarrayCollectionNeeded()
209 * @param path - Dump collection path.
237 * dump collection process. For critical errors, such as a timeout during
240 * the dump collection process.
244 * @param path Dump collection path
246 * errors where dump collection can proceed.
249 * excluded from the dump collection.
260 * @param path - Dump collection path
265 } // namespace openpower::dump::sbe_chipop