summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm27
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 10:38:22 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:10:35 -0600
commit9410d01196776178421066568f29058e7783c60d (patch)
tree23b5d17eef94bd72580f92ffe8e9520b5fe01a77 /testsuites/tmtests/tm27
parentvirtex4: Move start.S to virtex4/start/start.S (diff)
downloadrtems-9410d01196776178421066568f29058e7783c60d.tar.bz2
tmtests: Make output more uniform
Diffstat (limited to 'testsuites/tmtests/tm27')
-rw-r--r--testsuites/tmtests/tm27/task1.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c
index 7b6726d119..bf04d19c59 100644
--- a/testsuites/tmtests/tm27/task1.c
+++ b/testsuites/tmtests/tm27/task1.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -126,7 +126,7 @@ rtems_task Task_1(
Interrupt_return_time = benchmark_timer_read();
put_time(
- "interrupt entry overhead: returns to interrupted task",
+ "rtems interrupt: entry overhead returns to interrupted task",
Interrupt_enter_time,
1,
0,
@@ -134,7 +134,7 @@ rtems_task Task_1(
);
put_time(
- "interrupt exit overhead: returns to interrupted task",
+ "rtems interrupt: exit overhead returns to interrupted task",
Interrupt_return_time,
1,
0,
@@ -162,7 +162,7 @@ rtems_task Task_1(
_Thread_Dispatch_set_disable_level( 0 );
put_time(
- "interrupt entry overhead: returns to nested interrupt",
+ "rtems interrupt: entry overhead returns to nested interrupt",
Interrupt_enter_nested_time,
1,
0,
@@ -170,7 +170,7 @@ rtems_task Task_1(
);
put_time(
- "interrupt exit overhead: returns to nested interrupt",
+ "rtems interrupt: exit overhead returns to nested interrupt",
Interrupt_return_nested_time,
1,
0,
@@ -232,7 +232,7 @@ rtems_task Task_2(
end_time = benchmark_timer_read();
put_time(
- "interrupt entry overhead: returns to preempting task",
+ "rtems interrupt: entry overhead returns to preempting task",
Interrupt_enter_time,
1,
0,
@@ -240,7 +240,7 @@ rtems_task Task_2(
);
put_time(
- "interrupt exit overhead: returns to preempting task",
+ "rtems interrupt: exit overhead returns to preempting task",
end_time,
1,
0,