diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-06-23 05:46:23 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-08-07 03:16:44 -0400 |
commit | fe983e95cab78aee27211a56f4ac6708b35f424c (patch) | |
tree | be7fdb075de990cbfcc66a00601a4b6361037a40 /litmus | |
parent | 9ab93100d64268b34f80713b1a03e942b005d204 (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 |