Document CONFIGURE_RECORD_INTERRUPTS_ENABLED

Close #4769.
This commit is contained in:
Sebastian Huber
2022-12-01 13:04:08 +01:00
parent 5a548472ea
commit 47e1f6e06b
2 changed files with 47 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 2019, 2021 embedded brains GmbH (http://www.embedded-brains.de)
.. Copyright (C) 2019, 2022 embedded brains GmbH (http://www.embedded-brains.de)
.. This file is part of the RTEMS quality process and was automatically
.. generated. If you find something that needs to be fixed or
@@ -150,6 +150,47 @@ in a fatal error extension (see :ref:`Terminate`).
The zlib compression needs about 512KiB of RAM. This extension can be used
to produce crash dumps.
.. Generated from spec:/acfg/if/record-interrupts-enabled
.. raw:: latex
\clearpage
.. index:: CONFIGURE_RECORD_INTERRUPTS_ENABLED
.. _CONFIGURE_RECORD_INTERRUPTS_ENABLED:
CONFIGURE_RECORD_INTERRUPTS_ENABLED
-----------------------------------
.. rubric:: CONSTANT:
``CONFIGURE_RECORD_INTERRUPTS_ENABLED``
.. rubric:: OPTION TYPE:
This configuration option is a boolean feature define.
.. rubric:: DEFAULT CONFIGURATION:
If this configuration option is undefined, then the described feature is not
enabled.
.. rubric:: DESCRIPTION:
In case
* this configuration option is defined
* and :ref:`CONFIGURE_RECORD_PER_PROCESSOR_ITEMS` is properly defined,
then the interrupt event recording is enabled.
.. rubric:: NOTES:
The interrupt event recording generates interrupt entry and exit events when
interrupt entries are dispatched.
.. Generated from spec:/acfg/if/record-per-processor-items
.. raw:: latex