summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smpsimple/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make check now works and reports pass/failJoel Sherrill2014-05-261-3/+4
|
* Add initial support for make checkJoel Sherrill2014-05-261-0/+12
| | | | | | | | | | | | | | | + Enhance run_scenario to run from build tree. Required specification of both executable and scenario directory + check-local stanzas have first cut at which scenarios to run for each scheduler. TODO: + Verify behavior of each scheduler versus expected output. + Ensure list of scenarios executed is complete and appropriate. For example, SMP schedulers should avoid disable preemption scenarios.
* _Thread_Dispatch wrapper is now shared between uniprocessor and SMP ↵Joel Sherrill2014-05-261-1/+0
| | | | configurations
* Unify printing of heir and executingJoel Sherrill2014-05-261-1/+0
|
* dispatch is now a shared SMP commandJoel Sherrill2014-05-261-1/+0
|
* current_cpu is now a shared SMP commandJoel Sherrill2014-05-261-1/+0
|
* shared/smp_stub.c: Only one shared version nowJoel Sherrill2014-05-261-1/+0
|
* Use shared main() and file processorJoel Sherrill2014-05-231-1/+0
|
* Enhance cpus command to do validation of executing threads.Joel Sherrill2014-05-221-1/+0
| | | | | | | | | | 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.
* schedsim_smpsimple: Clean upJoel Sherrill2014-05-141-4/+11
|
* schedsim: Add smp support.Jennifer Averett2014-05-091-1/+8
|
* schedsim/shell/schedsim_smpsimple/Makefile.am: Add POSIX includesJoel Sherrill2013-05-011-0/+4
|
* Remove CVS $Joel Sherrill2013-04-301-4/+0
|
* 2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-281-23/+23
| | | | * Makefile.am: Use name schedsim_smpsimple.
* 2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-171-0/+35
* .cvsignore, ChangeLog, Makefile.am, README, TODO, add_commands.c, config.c, main_current_cpu.c, main_dispatch.c, main_dump_all_cpus.c, main_dump_ready_tasks.c, printheir_executing.c, schedsim.cc, smp_stub.c, wrap_thread_dispatch.c, scenarios/.cvsignore, scenarios/cpus1_mode.expected, scenarios/cpus1_mode.scen, scenarios/cpus1_priority.expected, scenarios/cpus1_priority.scen, scenarios/cpus1_resume_on_primary.expected, scenarios/cpus1_resume_on_primary.scen, scenarios/cpus1_suspend_on_primary.expected, scenarios/cpus1_suspend_on_primary.scen, scenarios/cpus4_mode_case1.expected, scenarios/cpus4_mode_case1.scen, scenarios/cpus4_mode_case2.expected, scenarios/cpus4_mode_case2.scen, scenarios/cpus4_nonpreempt_case1.expected, scenarios/cpus4_nonpreempt_case1.scen, scenarios/cpus4_pick_older.expected, scenarios/cpus4_pick_older.scen, scenarios/cpus4_priority.expected, scenarios/cpus4_priority.scen, scenarios/cpus4_simple_nopreempt.expected, scenarios/cpus4_simple_nopreempt.scen, scenarios/cpus4_simple_preemption.expected, scenarios/cpus4_simple_preemption.scen, scenarios/cpus4_suspend_on_all.expected, scenarios/cpus4_suspend_on_all.scen, scenarios/cpus4_suspend_on_primary.expected, scenarios/cpus4_suspend_on_primary.scen, scenarios/cpus4_suspend_on_secondary.expected, scenarios/cpus4_suspend_on_secondary.scen: New files.