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 /litmus | |
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 '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 |