score: Add SMP lock profiling support

This commit is contained in:
Sebastian Huber
2014-03-07 14:36:22 +01:00
parent f980561ee0
commit 53ad908a64
25 changed files with 648 additions and 53 deletions

View File

@@ -29,7 +29,7 @@
#include <rtems/score/threaddispatch.h>
rtems_interrupt_lock rtems_filesystem_mt_entry_lock_control =
RTEMS_INTERRUPT_LOCK_INITIALIZER;
RTEMS_INTERRUPT_LOCK_INITIALIZER("mount table entry");
static rtems_filesystem_global_location_t *deferred_released_global_locations;

View File

@@ -230,7 +230,7 @@ rtems_termios_open (
*/
tty->device = *callbacks;
rtems_interrupt_lock_initialize (&tty->interrupt_lock);
rtems_interrupt_lock_initialize (&tty->interrupt_lock, "Termios");
/*
* Create I/O tasks