summaryrefslogtreecommitdiff
path: root/openembedded/nohz-isolation.yaml
AgeCommit message (Collapse)Author
2015-03-02Openembedded: nohz-isolation test description updatedAmit Khare
Change-Id: I806da91beb581bcc5f3bd020d7c8030330897386
2014-08-04nohz-isolation.yaml: runs on OE and ubuntuNaresh Kamboju
nohz-isolation.yaml test can run on both OE and ubuntu builds. - openembedded/nohz-isolation.yaml - ubuntu/nohz-isolation.yaml Change-Id: I5b6e842f93ea1a6a1f3650caa73a678ea5224b69 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-04-24is-cpu-isolated.sh: Enable tracking isolation for system with more than 2 CPUsViresh Kumar
Till now this scripts was only useful for a system with two CPUs as there were some assumptions. But there were requirements from multiple people about supporting more platforms which might have more than two cores. Hence this patch, it enables support for multiple cores and any core can be isolated (leaving core 0, which can't be isolated in kernel as that's the boot CPU). Order of parameters is also changed based on what user may want. And so nohz-isolation.yaml is updated in the same patch so that things don't break inbetween. Change-Id: I0656131a6a6d043e662d16f05dd08f172f2a3d9d Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2013-12-20nohz-isolation: Parse measurement and units as wellViresh Kumar
Currently we are only parsing test-case-id and results, lets parse measurement and units as well. Change-Id: I5a0b9ae4ea2bb345bca42258d5615c0cff978a6a Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2013-12-09openembedded: update params to conform to new formatTyler Baker
Change-Id: I8519213d5236ef3211291d2d9a36712063f5f42b Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
2013-12-03OpenEmbedded: Add testcase for testing NOHZ CPU IsolationViresh Kumar
Change-Id: Ic32b88bd1a16d6622c3718a4df2cc9ed0db1667d Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>