diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-05-09 14:59:00 +0530 |
---|---|---|
committer | Kalyan reddy Gundarapu <reddyx.gundarapu@intel.com> | 2017-05-09 13:17:28 +0000 |
commit | d8eeb9b99d73f72c6a2cc61c05cdc727fdae4910 (patch) | |
tree | a695660761f4543e51cadadb00293b28b7f1ce9a /ci/envs | |
parent | 4038e157f640ad185d5469c146c8f0faf23dd3ec (diff) |
Adding breaktrace & disabling timer migration
This patch is used to update yardstick branch and provide
breaktrace value for executing cyclictest. Also used to
disable kernel timer migration on guest.
Change-Id: I44237b6a3711aa22bcabd0aaad199057efa38137
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'ci/envs')
-rwxr-xr-x | ci/envs/guest-setup1.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/envs/guest-setup1.sh b/ci/envs/guest-setup1.sh index 678baa43b..6d790a080 100755 --- a/ci/envs/guest-setup1.sh +++ b/ci/envs/guest-setup1.sh @@ -24,3 +24,6 @@ set_irq_affinity # Disable RT throttling echo -1 > /proc/sys/kernel/sched_rt_period_us echo -1 > /proc/sys/kernel/sched_rt_runtime_us + +# Disable the timer migration +echo 0 > /proc/sys/kernel/timer_migration |