diff options
Diffstat (limited to 'src/usr/util/runtime/util_rt.C')
-rw-r--r-- | src/usr/util/runtime/util_rt.C | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/util/runtime/util_rt.C b/src/usr/util/runtime/util_rt.C index 468db6ee7..e4489bd16 100644 --- a/src/usr/util/runtime/util_rt.C +++ b/src/usr/util/runtime/util_rt.C @@ -28,6 +28,12 @@ #include <util/utilrsvdmem.H> #include <util/runtime/util_rt.H> +// Create a buffer for high-level HBRT enter/exit traces +// Should only be used to bound the external calls into us +trace_desc_t* g_trac_hbrt = NULL; +TRAC_INIT(&g_trac_hbrt, "HBRT", 2*KILOBYTE); + + /** * @brief Get the address of a reserved hostboot memory region by its label * @param[in] i_label HBRT_MEM_LABEL_ constant |