[examples-v2 commit] Update due to trace linker changes

Sebastian Huber sebh at rtems.org
Thu Oct 12 10:56:20 UTC 2017


Module:    examples-v2
Branch:    master
Commit:    37425972cecaf819a39d2b2bc54487ca8dbaf5c9
Changeset: http://git.rtems.org/examples-v2/commit/?id=37425972cecaf819a39d2b2bc54487ca8dbaf5c9

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct 12 12:54:36 2017 +0200

Update due to trace linker changes

Close #3160.

---

 file_io/fdopen/fdopen.ini              | 2 +-
 filesystem/fat_ramdisk/fat_ramdisk.ini | 2 +-
 hello/both_hello/hello-deep.ini        | 2 +-
 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.



More information about the vc mailing list