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
ftrace is a useful debugging utility, and can be configured with little impact on performance, with extra per-function NOPs added and used as tracing trampolines.
Building the SLE15SP2 kernel (I'd expect similar for mainline) with ftrace enabled results in the following size increase:
before: 4239920 ./arch/x86/boot/bzImage
after: 4870704 ./arch/x86/boot/bzImage
The text was updated successfully, but these errors were encountered:
ftrace is a useful debugging utility, and can be configured with little impact on performance, with extra per-function NOPs added and used as tracing trampolines.
Building the SLE15SP2 kernel (I'd expect similar for mainline) with ftrace enabled results in the following size increase:
before: 4239920 ./arch/x86/boot/bzImage
after: 4870704 ./arch/x86/boot/bzImage
The text was updated successfully, but these errors were encountered: