proc-events.c: fix compilation on Solaris
[deliverable/binutils-gdb.git] / gdb / btrace.h
index 5c3f21b8bc63a9997fa09ac0e6b09077c9fcf164..4d57edb41f7e18004806b1c2e3f8e3100e7ad0fe 100644 (file)
@@ -385,8 +385,10 @@ extern void btrace_teardown (struct thread_info *);
 
 extern const char *btrace_decode_error (enum btrace_format format, int errcode);
 
-/* Fetch the branch trace for a single thread.  */
-extern void btrace_fetch (struct thread_info *);
+/* Fetch the branch trace for a single thread.  If CPU is not NULL, assume
+   CPU for trace decode.  */
+extern void btrace_fetch (struct thread_info *,
+                         const struct btrace_cpu *cpu);
 
 /* Clear the branch trace for a single thread.  */
 extern void btrace_clear (struct thread_info *);
This page took 0.023384 seconds and 4 git commands to generate.