diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:44 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-05-26 17:12:20 -0400 |
commit | 101432981f6934bc11d917b6cd79bb4ac912edad (patch) | |
tree | eba1dee5a605544ff7775c0b17984cdd8a2b3440 /litmus | |
parent | b06b1335d1d4481b893a8683406b52ed28e228fd (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 'litmus')
-rw-r--r-- | litmus/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 70ddbaddc06f..7456eb209cf7 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -4,6 +4,7 @@ menu "Tracing" | |||
4 | 4 | ||
5 | config FEATHER_TRACE | 5 | config FEATHER_TRACE |
6 | bool "Feather-Trace Infrastructure" | 6 | bool "Feather-Trace Infrastructure" |
7 | depends on !RELOCATABLE | ||
7 | default y | 8 | default y |
8 | help | 9 | help |
9 | Feather-Trace basic tracing infrastructure. Includes device file | 10 | Feather-Trace basic tracing infrastructure. Includes device file |