summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/profilingsmplock.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/profilingsmplock.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/score/src/profilingsmplock.c b/cpukit/score/src/profilingsmplock.c
index f84c63acde..d5bd482965 100644
--- a/cpukit/score/src/profilingsmplock.c
+++ b/cpukit/score/src/profilingsmplock.c
@@ -1,3 +1,14 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreSMPLock
+ *
+ * @brief This source file contains the implementation of
+ * _SMP_lock_Stats_destroy(), _SMP_lock_Stats_register_or_max_section_time(),
+ * _SMP_lock_Stats_iteration_start(), _SMP_lock_Stats_iteration_next(), and
+ * _SMP_lock_Stats_iteration_stop().
+ */
+
/*
* Copyright (c) 2014, 2018 embedded brains GmbH. All rights reserved.
*