diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2010-05-26 05:22:17 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-06-09 11:31:22 -0400 |
commit | 039ca4e74a1cf60bd7487324a564ecf5c981f254 (patch) | |
tree | 61c6fa8409961d2e22ef9d04ac54442734ebd41a /kernel/trace/Kconfig | |
parent | 30dbb20e68e6f7df974b77d2350ebad5eb6f6c9e (diff) |
tracing: Remove kmemtrace ftrace plugin
We have been resisting new ftrace plugins and removing existing
ones, and kmemtrace has been superseded by kmem trace events
and perf-kmem, so we remove it.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Steven Rostedt <rostedt@goodmis.org>
[ remove kmemtrace from the makefile, handle slob too ]
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 572992abc71c..f669092fdead 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -354,26 +354,6 @@ config STACK_TRACER | |||
354 | 354 | ||
355 | Say N if unsure. | 355 | Say N if unsure. |
356 | 356 | ||
357 | config KMEMTRACE | ||
358 | bool "Trace SLAB allocations" | ||
359 | select GENERIC_TRACER | ||
360 | help | ||
361 | kmemtrace provides tracing for slab allocator functions, such as | ||
362 | kmalloc, kfree, kmem_cache_alloc, kmem_cache_free, etc. Collected | ||
363 | data is then fed to the userspace application in order to analyse | ||
364 | allocation hotspots, internal fragmentation and so on, making it | ||
365 | possible to see how well an allocator performs, as well as debug | ||
366 | and profile kernel code. | ||
367 | |||
368 | This requires an userspace application to use. See | ||
369 | Documentation/trace/kmemtrace.txt for more information. | ||
370 | |||
371 | Saying Y will make the kernel somewhat larger and slower. However, | ||
372 | if you disable kmemtrace at run-time or boot-time, the performance | ||
373 | impact is minimal (depending on the arch the kernel is built for). | ||
374 | |||
375 | If unsure, say N. | ||
376 | |||
377 | config WORKQUEUE_TRACER | 357 | config WORKQUEUE_TRACER |
378 | bool "Trace workqueues" | 358 | bool "Trace workqueues" |
379 | select GENERIC_TRACER | 359 | select GENERIC_TRACER |