diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:44 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 06:21:16 -0400 |
commit | ee573d8bfbd6397051f46fd3e52f0aa45b30a887 (patch) | |
tree | b194b5667c3e1dfd4cc62eac3840c8ba48be3c8b /arch/x86/Kconfig | |
parent | 5459c945fd381af0c587a04a7d8d468fa348257d (diff) |
Feather-Trace: add x86 binary rewriting implementation
This patch adds the x86-specific implementation of Feather-Trace
triggers that works by rewriting jump instructions.
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index eda7a8806be0..6331227b4686 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2596,6 +2596,6 @@ source "arch/x86/kvm/Kconfig" | |||
2596 | source "lib/Kconfig" | 2596 | source "lib/Kconfig" |
2597 | 2597 | ||
2598 | config ARCH_HAS_FEATHER_TRACE | 2598 | config ARCH_HAS_FEATHER_TRACE |
2599 | def_bool n | 2599 | def_bool y |
2600 | 2600 | ||
2601 | source "litmus/Kconfig" | 2601 | source "litmus/Kconfig" |