[RTEMS Project] #4769: config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED

RTEMS trac trac at rtems.org
Thu Dec 1 11:36:04 UTC 2022


#4769: config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED
------------------------------+-----------------------------
  Reporter:  Sebastian Huber  |      Owner:  Sebastian Huber
      Type:  enhancement      |     Status:  assigned
  Priority:  normal           |  Milestone:  6.1
 Component:  config           |    Version:  6
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+-----------------------------
 {{{#!c
 /**
  * @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
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/4769>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list