summaryrefslogtreecommitdiffstats
path: root/features/ftrace/ftrace_y.cfg
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2017-05-31 14:07:30 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-06-05 09:29:09 +0200
commit6c9f970096f3dff240b0ab366d94a72f4fbd557c (patch)
tree931de073b7006d236a4bdc1d509abc4b6117e943 /features/ftrace/ftrace_y.cfg
parent49700962b5d566f0c8e726409063193dee069828 (diff)
downloadenea-kernel-cache-6c9f970096f3dff240b0ab366d94a72f4fbd557c.tar.gz
Optimized the kernel foot print of the Host Image
In order to decrease the size of the kernel I removed unnecessary modules (drivers, debug capabilities) Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'features/ftrace/ftrace_y.cfg')
-rw-r--r--features/ftrace/ftrace_y.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/features/ftrace/ftrace_y.cfg b/features/ftrace/ftrace_y.cfg
new file mode 100644
index 0000000..8685263
--- /dev/null
+++ b/features/ftrace/ftrace_y.cfg
@@ -0,0 +1,12 @@
1CONFIG_DYNAMIC_FTRACE=y
2CONFIG_DEBUG_FS=y
3CONFIG_FTRACE=y
4CONFIG_FUNCTION_TRACER=y
5CONFIG_FUNCTION_GRAPH_TRACER=y
6CONFIG_IRQSOFF_TRACER=y
7CONFIG_PREEMPT_TRACER=y
8CONFIG_SCHED_TRACER=y
9CONFIG_STACK_TRACER=y
10CONFIG_BLK_DEV_IO_TRACE=y
11CONFIG_FUNCTION_PROFILER=y
12CONFIG_FTRACE_MCOUNT_RECORD=y