--- zzzz-none-000/linux-4.9.279/kernel/trace/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/kernel/trace/Kconfig 2023-02-08 11:43:43.000000000 +0000 @@ -1,4 +1,9 @@ # +# Includes Intel Corporation's changes/modifications dated: 2017. +# Changed/modified portions - Copyright (c) 2017, Intel Corporation. +# + +# # Architectures that offer an FUNCTION_TRACER implementation should # select HAVE_FUNCTION_TRACER: # @@ -699,6 +704,14 @@ help Enable tracing events for gpio subsystem +config TRACE_FSNOTIFY_EVENTS + bool "Trace fsnotify events" + depends on FSNOTIFY + select GENERIC_TRACER + default n + help + Enable tracing fsnotify events + endif # FTRACE endif # TRACING_SUPPORT