summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smppriority_affinity
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-22 10:19:55 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-22 10:21:44 -0500
commitcc1a54a7c8b95b209a0441194fb3578d0f774389 (patch)
tree753daa6a33f7ce17db827e7c7c5f907b05276576 /schedsim/shell/schedsim_smppriority_affinity
parentcpus4_affinity_case1.scen: Specify affinity in hexadecimal (diff)
downloadrtems-schedsim-cc1a54a7c8b95b209a0441194fb3578d0f774389.tar.bz2
Enhance cpus command to do validation of executing threads.
This patch enhances the cpus command such that it can take a list of expected threads to be executing and validate that they are executing on the expected cores. The cpus command was moved to the shared directory. The documentation was updated.
Diffstat (limited to 'schedsim/shell/schedsim_smppriority_affinity')
-rw-r--r--schedsim/shell/schedsim_smppriority_affinity/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/schedsim/shell/schedsim_smppriority_affinity/Makefile.am b/schedsim/shell/schedsim_smppriority_affinity/Makefile.am
index 1c65cf2..7f25c34 100644
--- a/schedsim/shell/schedsim_smppriority_affinity/Makefile.am
+++ b/schedsim/shell/schedsim_smppriority_affinity/Makefile.am
@@ -4,7 +4,6 @@ SOURCES = config.c
SOURCES += $(srcdir)/../schedsim_smpsimple/add_commands.c
SOURCES += $(srcdir)/../schedsim_smpsimple/main_current_cpu.c
SOURCES += $(srcdir)/../schedsim_smpsimple/main_dispatch.c
-SOURCES += $(srcdir)/../schedsim_smpsimple/main_dump_all_cpus.c
SOURCES += $(srcdir)/../schedsim_smpsimple/main_dump_ready_tasks.c
SOURCES += $(srcdir)/../schedsim_smpsimple/printheir_executing.c
SOURCES += $(srcdir)/../schedsim_smpsimple/smp_stub.c