idle=poll prevent the kick in of sleep state. This is not that important
for babeltrace since it is mostly userpsace, single threaded and cpu bound.
cpufreq.off=1 ensures that we do not play with the frequency of the cpu.
numa_balancing=disable makes sure weird numa interaction happens.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
priority: medium
visibility: public
context:
- extra_kernel_args: cpuidle.off=1
+ extra_kernel_args: "cpuidle.off=1 idle=poll cpufreq.off=1 numa_balancing=disable"
extra_nfsroot_args: ",nfsvers=3 nfsrootdebug"
tags: