summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/profiling.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/profiling.h')
-rw-r--r--cpukit/score/include/rtems/score/profiling.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/profiling.h b/cpukit/score/include/rtems/score/profiling.h
index a6ab283ae6..6ba5d2987f 100644
--- a/cpukit/score/include/rtems/score/profiling.h
+++ b/cpukit/score/include/rtems/score/profiling.h
@@ -119,6 +119,12 @@ static inline void _Profiling_Update_max_interrupt_delay(
#endif
}
+/**
+ * @brief Updates the interrupt profiling statistics.
+ *
+ * Must be called with the interrupt stack and before the thread dispatch
+ * disable level is decremented.
+ */
void _Profiling_Outer_most_interrupt_entry_and_exit(
Per_CPU_Control *cpu,
CPU_Counter_ticks interrupt_entry_instant,