--- zzzz-none-000/linux-5.15.111/kernel/trace/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/kernel/trace/Kconfig 2024-02-07 10:23:29.000000000 +0000 @@ -1,5 +1,10 @@ # SPDX-License-Identifier: GPL-2.0-only # +# 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: # @@ -1037,4 +1042,12 @@ If unsure, say N. +config TRACE_FSNOTIFY_EVENTS + bool "Trace fsnotify events" + depends on FSNOTIFY + select GENERIC_TRACER + default n + help + Enable tracing fsnotify events + endif # FTRACE