diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2016-05-15 12:03:54 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-24 10:56:44 -0400 |
| commit | aa513a3a39202bcbc5294cd1ef6618ecbe151bf8 (patch) | |
| tree | 03a13ac3ed32fe5d30027a25e1033912f5698cc0 /src/include/usr/trace | |
| parent | 7e8f95823e071367bc17bb95113239324f06e5d5 (diff) | |
| download | talos-hostboot-aa513a3a39202bcbc5294cd1ef6618ecbe151bf8.tar.gz talos-hostboot-aa513a3a39202bcbc5294cd1ef6618ecbe151bf8.zip | |
FSPless continous tracing support
- Updated trace daemon to output trace buf addr, size to
mbox scratch 1, 2
- Moved enable disable of continous trace to "istep" control
- Updated istep tool to dump traces to file and commandline
Change-Id: I2d9f48f5ed9878591ff9ab45fa18a98fc286ac1f
RTC:127346
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24565
Tested-by: Jenkins Server
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: FSP CI Jenkins
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/trace')
| -rw-r--r-- | src/include/usr/trace/trace.H | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/usr/trace/trace.H b/src/include/usr/trace/trace.H index d01003650..c934d18e7 100644 --- a/src/include/usr/trace/trace.H +++ b/src/include/usr/trace/trace.H @@ -181,6 +181,19 @@ namespace TRACE */ void flushBuffers(); +#ifndef __HOSTBOOT_RUNTIME + /** + * @brief Enable Continuous trace mode + * no-op for runtime + */ + void enableContinousTrace(); + + /** + * @brief Disable Continuous trace mode + * no-op for runtime + */ + void disableContinousTrace(); +#endif /** * @brief Return if debug trace is enabled for input trace descriptor * |

