[armel/kirkwood] ftrace: Disable some tracers to make the kernel image fit

svn path=/dists/trunk/linux/; revision=21745
This commit is contained in:
Ben Hutchings 2014-08-25 06:41:10 +00:00
parent 072a14449f
commit ea0eb9843d
2 changed files with 11 additions and 2 deletions

6
debian/changelog vendored
View File

@ -7,8 +7,10 @@ linux (3.16.1-1) UNRELEASED; urgency=medium
* HID: Enable HID_RMI as module (Closes: #754519)
* Set ABI to 1
* [armhf,arm64] udeb: Add efi-modules
* ftrace: Enable FUNCTION_TRACER, FUNCTION_GRAPH_TRACER, FTRACE_SYSCALLS,
STACK_TRACER and DYNAMIC_FTRACE (Closes: #563847, #758469)
* ftrace: Enable more tracers (Closes: #563847, #758469):
- Enable FUNCTION_TRACER and DYNAMIC_FTRACE
- Enable FUNCTION_GRAPH_TRACER, FTRACE_SYSCALLS and STACK_TRACER
(except on armel/kirkwood)
[ Vagrant Cascadian ]
* [armmp] Enable IMX_IPUV3_CORE (closes: #756810).

View File

@ -611,6 +611,13 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
##
# CONFIG_SUSPEND is not set
##
## file: kernel/trace/Kconfig
##
# CONFIG_FUNCTION_GRAPH_TRACER is not set
# CONFIG_FTRACE_SYSCALLS is not set
# CONFIG_STACK_TRACER is not set
##
## file: mm/Kconfig
##