summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 12:54:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 12:54:36 +0200
commit37425972cecaf819a39d2b2bc54487ca8dbaf5c9 (patch)
tree5d3cea1424b6b0eacde11ec33a438a6ddfdc567a
parentticker/low_ticker2/init.c: Add include <rtems/bspIo.h> (diff)
downloadrtems-examples-37425972cecaf819a39d2b2bc54487ca8dbaf5c9.tar.bz2
Update due to trace linker changes
Close #3160.
-rw-r--r--file_io/fdopen/fdopen.ini2
-rw-r--r--filesystem/fat_ramdisk/fat_ramdisk.ini2
-rw-r--r--hello/both_hello/hello-deep.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/file_io/fdopen/fdopen.ini b/file_io/fdopen/fdopen.ini
index a156438..c90ad15 100644
--- a/file_io/fdopen/fdopen.ini
+++ b/file_io/fdopen/fdopen.ini
@@ -16,8 +16,8 @@ options = dump-on-error
;
traces = rtems-score-object-all
traces = rtems-score-thread-all
+traces = rtems-score-threadq-all
traces = rtems-score-heap-all
-traces = rtems-score-coremutex-all
;
; Define the function sets. These are the function's that can be
; added to the trace lists.
diff --git a/filesystem/fat_ramdisk/fat_ramdisk.ini b/filesystem/fat_ramdisk/fat_ramdisk.ini
index 61b64cf..9cf5a70 100644
--- a/filesystem/fat_ramdisk/fat_ramdisk.ini
+++ b/filesystem/fat_ramdisk/fat_ramdisk.ini
@@ -15,8 +15,8 @@ name = FAT Filesystem RTEMS Tracer
;
traces = rtems-score-object-all
traces = rtems-score-thread-all
+traces = rtems-score-threadq-all
traces = rtems-score-heap-all
-traces = rtems-score-coremutex-all
;
; Define the function sets. These are the function's that can be
; added to the trace lists.
diff --git a/hello/both_hello/hello-deep.ini b/hello/both_hello/hello-deep.ini
index 946e588..84466fc 100644
--- a/hello/both_hello/hello-deep.ini
+++ b/hello/both_hello/hello-deep.ini
@@ -19,8 +19,8 @@ name = Hello Deep RTEMS Tracer
traces = hello-deep-trace
traces = rtems-score-object-all
traces = rtems-score-thread-all
+traces = rtems-score-threadq-all
traces = rtems-score-heap-all
-traces = rtems-score-coremutex-all
;
; Define the function sets. These are the function's that can be
; added to the trace lists.