diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 7d147a36e968..c38ae71a5e19 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -588,6 +588,13 @@ config KALLSYMS_ALL | |||
588 | 588 | ||
589 | Say N. | 589 | Say N. |
590 | 590 | ||
591 | config KALLSYMS_STRIP_GENERATED | ||
592 | bool "Strip machine generated symbols from kallsyms" | ||
593 | depends on KALLSYMS_ALL | ||
594 | default y | ||
595 | help | ||
596 | Say N if you want kallsyms to retain even machine generated symbols. | ||
597 | |||
591 | config KALLSYMS_EXTRA_PASS | 598 | config KALLSYMS_EXTRA_PASS |
592 | bool "Do an extra kallsyms pass" | 599 | bool "Do an extra kallsyms pass" |
593 | depends on KALLSYMS | 600 | depends on KALLSYMS |
@@ -838,6 +845,7 @@ config TRACEPOINTS | |||
838 | 845 | ||
839 | config MARKERS | 846 | config MARKERS |
840 | bool "Activate markers" | 847 | bool "Activate markers" |
848 | depends on TRACEPOINTS | ||
841 | help | 849 | help |
842 | Place an empty function call at each marker site. Can be | 850 | Place an empty function call at each marker site. Can be |
843 | dynamically changed for a probe function. | 851 | dynamically changed for a probe function. |