forked from Imagelibrary/rtems
config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED
This enables the tracing of interrupt entry/exit events through an application configuration option. The interrupt processing can be viewed with Trace Compass using rtems-record-lttng from the RTEMS Tools. Update #4769.
This commit is contained in:
@@ -1911,6 +1911,29 @@
|
||||
*/
|
||||
#define CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB
|
||||
|
||||
/* Generated from spec:/acfg/if/record-interrupts-enabled */
|
||||
|
||||
/**
|
||||
* @brief This configuration option is a boolean feature define.
|
||||
*
|
||||
* In case
|
||||
*
|
||||
* * this configuration option is defined
|
||||
*
|
||||
* * and #CONFIGURE_RECORD_PER_PROCESSOR_ITEMS is properly defined,
|
||||
*
|
||||
* then the interrupt event recording is enabled.
|
||||
*
|
||||
* @par Default Configuration
|
||||
* If this configuration option is undefined, then the described feature is not
|
||||
* enabled.
|
||||
*
|
||||
* @par Notes
|
||||
* The interrupt event recording generates interrupt entry and exit events when
|
||||
* interrupt entries are dispatched.
|
||||
*/
|
||||
#define CONFIGURE_RECORD_INTERRUPTS_ENABLED
|
||||
|
||||
/* Generated from spec:/acfg/if/record-per-processor-items */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user