summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/profilingsmplock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: <rtems/score/smplockstats.h>Sebastian Huber2018-11-261-7/+16
| | | | | | | Remove <rtems/score/chainimpl.h> include from <rtems/score/smplockstats.h>. Close #3598.
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-271-0/+1
|
* SMP: Move lock stats to separate header fileSebastian Huber2016-05-191-3/+127
|
* score: Hide SMP lock profiling impl if disabledSebastian Huber2015-06-261-9/+9
| | | | The problem is that empty structures have a different size in C and C++.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-0/+42