#4769 closed enhancement (fixed)

config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 6.1
Component: config Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

/**
 * @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

Change History (6)

comment:1 Changed on 12/02/22 at 09:13:28 by Sebastian Huber <sebastian.huber@…>

In 71d1acd/rtems:

bsps/irq: Rename handler in dispatch table

The name handler table was a bit misleading after the last rework.
Rename it to distach table. Update the documentation accordingly.

Update #4769.

comment:2 Changed on 12/02/22 at 09:13:31 by Sebastian Huber <sebastian.huber@…>

In 0d5e41a/rtems:

bsps/irq: Add bsp_interrupt_get_dispatch_table_slot()

Update #4769.

comment:3 Changed on 12/02/22 at 09:13:33 by Sebastian Huber <sebastian.huber@…>

In c46fbb9/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.

comment:4 Changed on 12/02/22 at 09:14:41 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 47e1f6e/rtems-docs:

Document CONFIGURE_RECORD_INTERRUPTS_ENABLED

Close #4769.

comment:5 Changed on 12/02/22 at 09:26:31 by Sebastian Huber <sebastian.huber@…>

In 492c2d4/rtems-central:

spec: Specify CONFIGURE_RECORD_INTERRUPTS_ENABLED

Update #4769.

comment:6 Changed on 01/03/23 at 14:51:55 by Sebastian Huber <sebastian.huber@…>

In 074e287/rtems-central:

spec: Rename interrupt handler in dispatch table

Update #4769.

Note: See TracTickets for help on using tickets.