summaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar2008-12-30 12:07:27 +0100
committerIngo Molnar2008-12-30 16:06:00 +0100
commit3fd4bc015ef879a7d2b955ce97fb125e3a51ba7e (patch)
tree7c33ee197cd97b72a44c0991ff4abc4c36f3a45c /kernel/trace/Kconfig
parenttracing, kvm: change MARKERS to select instead of depends on (diff)
downloadkernel-qcow2-linux-3fd4bc015ef879a7d2b955ce97fb125e3a51ba7e.tar.gz
kernel-qcow2-linux-3fd4bc015ef879a7d2b955ce97fb125e3a51ba7e.tar.xz
kernel-qcow2-linux-3fd4bc015ef879a7d2b955ce97fb125e3a51ba7e.zip
tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()
Impact: build fix Also fix up Kconfig dependencies and include files. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 27fb74b06b3c..cc9f91e7daf4 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -267,7 +267,8 @@ config HW_BRANCH_TRACER
config KMEMTRACE
bool "Trace SLAB allocations"
select TRACING
- depends on RELAY
+ select MARKERS
+ select RELAY
help
kmemtrace provides tracing for slab allocator functions, such as
kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected