Merge branch 'fixes-v5.7' into fixes
[linux-2.6-microblaze.git] / tools / perf / util / annotate.h
index 0012586..2d88069 100644 (file)
@@ -74,6 +74,7 @@ bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2);
 #define ANNOTATION__CYCLES_WIDTH 6
 #define ANNOTATION__MINMAX_CYCLES_WIDTH 19
 #define ANNOTATION__AVG_IPC_WIDTH 36
+#define ANNOTATION_DUMMY_LEN   256
 
 struct annotation_options {
        bool hide_src_code,
@@ -279,7 +280,6 @@ struct annotation {
        struct annotation_options *options;
        struct annotation_line  **offsets;
        int                     nr_events;
-       int                     nr_jumps;
        int                     max_jump_sources;
        int                     nr_entries;
        int                     nr_asm_entries;