summaryrefslogtreecommitdiffstats
path: root/src/include/runtime/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/runtime/interface.h')
-rw-r--r--src/include/runtime/interface.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index aca952616..3d5cba1f4 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -989,6 +989,18 @@ struct postInitCalls_t
*/
void (*callClearPendingOccMsgs)();
+ /** @brief Calls RsvdTraceBufService::init() which maps
+ * the Reserved Memory section to the circular buffer, which will keep
+ * track of all runtime traces
+ */
+ void (*callInitRsvdTraceBufService)();
+
+ /** @brief Calls RsvdTraceBufService::commitRsvdMemTraceErrl(), which commits
+ * the ERRL with Rsved Mem Traces from previous boot, if created in
+ * RsvdTraceBufService::init()
+ */
+ void (*callCommitRsvdTraceBufErrl)();
+
};
extern hostInterfaces_t* g_hostInterfaces;
OpenPOWER on IntegriCloud