perf annotate: Introduce global annotation_options
[linux-2.6-microblaze.git] / tools / perf / util / annotate.h
index b64a2be..8c1a070 100644 (file)
@@ -105,6 +105,8 @@ struct annotation_options {
        unsigned int percent_type;
 };
 
+extern struct annotation_options annotate_opts;
+
 enum {
        ANNOTATION__OFFSET_JUMP_TARGETS = 1,
        ANNOTATION__OFFSET_CALL,