From c46fbb955258df3ff3c325dadd1a6c17ee81a914 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 1 Dec 2022 10:21:25 +0100 Subject: 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. --- cpukit/include/rtems/record.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/include/rtems/record.h') diff --git a/cpukit/include/rtems/record.h b/cpukit/include/rtems/record.h index a8e115ad44..8a84c22bdc 100644 --- a/cpukit/include/rtems/record.h +++ b/cpukit/include/rtems/record.h @@ -67,6 +67,8 @@ extern const Record_Configuration _Record_Configuration; void _Record_Initialize( void ); +void _Record_Interrupt_initialize( void ); + bool _Record_Thread_create( struct _Thread_Control *executing, struct _Thread_Control *created -- cgit v1.2.3