• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2menu "Vendor Hooks"
3
4config VENDOR_HOOKS
5	bool "Vendor Hooks"
6	depends on TRACEPOINTS
7	help
8	  Enable vendor hooks implemented as tracepoints
9
10	  Allow vendor modules to attach to tracepoint "hooks" defined via
11	  DECLARE_TRACE or DECLARE_HOOK
12
13endmenu
14