diff options
author | Markus Metzger <markus.t.metzger@intel.com> | 2008-12-11 07:49:59 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-12 02:08:12 -0500 |
commit | c2724775ce57c98b8af9694857b941dc61056516 (patch) | |
tree | c3936699317da3233bc31e92d68cb582ec17d193 /include/linux/sched.h | |
parent | b0884e25fe361f2ca228808fb5fd1b74cb04e711 (diff) |
x86, bts: provide in-kernel branch-trace interface
Impact: cleanup
Move the BTS bits from ptrace.c into ds.c.
Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 4b81fc5f7731..dc5ea65dc716 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1176,6 +1176,7 @@ struct task_struct { | |||
1176 | * The buffer to hold the BTS data. | 1176 | * The buffer to hold the BTS data. |
1177 | */ | 1177 | */ |
1178 | void *bts_buffer; | 1178 | void *bts_buffer; |
1179 | size_t bts_size; | ||
1179 | #endif /* CONFIG_X86_PTRACE_BTS */ | 1180 | #endif /* CONFIG_X86_PTRACE_BTS */ |
1180 | 1181 | ||
1181 | /* PID/PID hash table linkage. */ | 1182 | /* PID/PID hash table linkage. */ |