]> Git Repo - linux.git/commit
tracehook: CONFIG_HAVE_ARCH_TRACEHOOK
authorRoland McGrath <[email protected]>
Sat, 26 Jul 2008 02:45:57 +0000 (19:45 -0700)
committerLinus Torvalds <[email protected]>
Sat, 26 Jul 2008 19:00:09 +0000 (12:00 -0700)
commit1f5a4ad97a0e7b663d527ecc02aabe203d000d91
tree83f01115a0c1abfa375d6a0edd5ddabd122676f5
parent828c365cc8b8d38c346fccb19fa80d28f2240831
tracehook: CONFIG_HAVE_ARCH_TRACEHOOK

This adds the generic HAVE_ARCH_TRACEHOOK kconfig item.  Each arch should
add to some Kconfig file:

select HAVE_ARCH_TRACEHOOK

if the arch code uses all the latest hooks to enable newfangled tracing
and debugging code.  The comment in arch/Kconfig lists all the
prerequisite arch support.  When all these are available, setting
HAVE_ARCH_TRACEHOOK will allow enabling any new features that depend on
the modern arch interfaces.

Signed-off-by: Roland McGrath <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Reviewed-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/Kconfig
This page took 0.053956 seconds and 4 git commands to generate.