|
@@ -774,6 +774,18 @@ config TRACING_EVENTS_GPIO
|
|
help
|
|
help
|
|
Enable tracing events for gpio subsystem
|
|
Enable tracing events for gpio subsystem
|
|
|
|
|
|
|
|
+config GCOV_PROFILE_FTRACE
|
|
|
|
+ bool "Enable GCOV profiling on ftrace subsystem"
|
|
|
|
+ depends on GCOV_KERNEL
|
|
|
|
+ help
|
|
|
|
+ Enable GCOV profiling on ftrace subsystem for checking
|
|
|
|
+ which functions/lines are tested.
|
|
|
|
+
|
|
|
|
+ If unsure, say N.
|
|
|
|
+
|
|
|
|
+ Note that on a kernel compiled with this config, ftrace will
|
|
|
|
+ run significantly slower.
|
|
|
|
+
|
|
endif # FTRACE
|
|
endif # FTRACE
|
|
|
|
|
|
endif # TRACING_SUPPORT
|
|
endif # TRACING_SUPPORT
|