record btrace: add configuration struct
[deliverable/binutils-gdb.git] / gdb / common / btrace-common.h
index f230dbc922238ce5ff4b0cc75ba387ee0f4e2369..1df5821403a0ad5bd10cf2e89db37914a7b1cd7d 100644 (file)
@@ -61,6 +61,17 @@ enum btrace_format
   BTRACE_FORMAT_BTS
 };
 
+/* A branch tracing configuration.
+
+   This describes the requested configuration as well as the actually
+   obtained configuration.  */
+
+struct btrace_config
+{
+  /* The branch tracing format.  */
+  enum btrace_format format;
+};
+
 /* Branch trace in BTS format.  */
 struct btrace_data_bts
 {
This page took 0.042182 seconds and 4 git commands to generate.