diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-30 06:07:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-30 10:06:00 -0500 |
commit | 3fd4bc015ef879a7d2b955ce97fb125e3a51ba7e (patch) | |
tree | 7c33ee197cd97b72a44c0991ff4abc4c36f3a45c /kernel/trace/Kconfig | |
parent | b6ab4afee4ed56d0f69df59485585cff828c327d (diff) |
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/Kconfig | 3 |
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 | |||
267 | config KMEMTRACE | 267 | config KMEMTRACE |
268 | bool "Trace SLAB allocations" | 268 | bool "Trace SLAB allocations" |
269 | select TRACING | 269 | select TRACING |
270 | depends on RELAY | 270 | select MARKERS |
271 | select RELAY | ||
271 | help | 272 | help |
272 | kmemtrace provides tracing for slab allocator functions, such as | 273 | kmemtrace provides tracing for slab allocator functions, such as |
273 | kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected | 274 | kmalloc, kfree, kmem_cache_alloc, kmem_cache_free etc.. Collected |