]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/trace/Kconfig
workqueue: temporarily remove workqueue tracing
[mv-sheeva.git] / kernel / trace / Kconfig
index 8b1797c4545b41c00cca7b3e5e268cf8b8f0e164..a0d95c1f3f82fce7293dc950af66091c4d033222 100644 (file)
@@ -391,17 +391,6 @@ config KMEMTRACE
 
          If unsure, say N.
 
-config WORKQUEUE_TRACER
-       bool "Trace workqueues"
-       select GENERIC_TRACER
-       help
-         The workqueue tracer provides some statistical information
-          about each cpu workqueue thread such as the number of the
-          works inserted and executed since their creation. It can help
-          to evaluate the amount of work each of them has to perform.
-          For example it can help a developer to decide whether he should
-          choose a per-cpu workqueue instead of a singlethreaded one.
-
 config BLK_DEV_IO_TRACE
        bool "Support for tracing block IO actions"
        depends on SYSFS