summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/cfg/lttng.cfg
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-03-31 15:37:32 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2016-04-01 13:57:41 +0200
commit725726b13b3722cceb2fe2057685a8b3ca998a5e (patch)
tree82d1bb659d14208344fcfe747dc8c556570ea3cb /recipes-kernel/linux/files/cfg/lttng.cfg
parent6ed7feb3608f6f2b1d951d4270aefcc3d8515cb7 (diff)
downloadmeta-enea-bsp-common-725726b13b3722cceb2fe2057685a8b3ca998a5e.tar.gz
linux/cfg: remove prefix from config fragments
Renamed kernel config fragments and provide them with prefix-free file names. Since prefixes are removed, README and associated script were also removed. References were updated within affected files. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'recipes-kernel/linux/files/cfg/lttng.cfg')
-rw-r--r--recipes-kernel/linux/files/cfg/lttng.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/cfg/lttng.cfg b/recipes-kernel/linux/files/cfg/lttng.cfg
new file mode 100644
index 0000000..1334194
--- /dev/null
+++ b/recipes-kernel/linux/files/cfg/lttng.cfg
@@ -0,0 +1,20 @@
1CONFIG_MODULES=y
2CONFIG_KALLSYMS=y
3CONFIG_HIGH_RES_TIMERS=y
4CONFIG_TRACEPOINTS=y
5CONFIG_FTRACE=y
6CONFIG_PERF_EVENTS=y
7CONFIG_EVENT_TRACING=y
8CONFIG_KPROBES=y
9CONFIG_KRETPROBES=y
10CONFIG_FUNCTION_TRACER=y
11CONFIG_FUNCTION_GRAPH_TRACER=y
12CONFIG_IRQSOFF_TRACER=y
13CONFIG_PREEMPT_TRACER=y
14CONFIG_SCHED_TRACER=y
15CONFIG_NOP_TRACER=y
16CONFIG_CONTEXT_SWITCH_TRACER=y
17CONFIG_GENERIC_TRACER=y
18CONFIG_TRACER_MAX_TRACE=y
19CONFIG_TRACER_SNAPSHOT=y
20CONFIG_STACK_TRACER=n