You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling ftrace in our kernels changed the performance of several tests,
so it was reverted.
Make a new set of kernels that will not be used for performance tests.
While doing this, simplify our guest kernel config customization that
relied on patches and use file concatenation instead. Turns out `make
olddefconfig` produces the same result and we avoid the complexity of
dealing with patches.
Signed-off-by: Pablo Barbáchano <[email protected]>
0 commit comments