aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r--tools/perf/util/annotate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h
index e9996092a093..cea323d9ee7e 100644
--- a/tools/perf/util/annotate.h
+++ b/tools/perf/util/annotate.h
@@ -122,7 +122,7 @@ struct annotated_source {
122 struct list_head source; 122 struct list_head source;
123 struct source_line *lines; 123 struct source_line *lines;
124 int nr_histograms; 124 int nr_histograms;
125 int sizeof_sym_hist; 125 size_t sizeof_sym_hist;
126 struct cyc_hist *cycles_hist; 126 struct cyc_hist *cycles_hist;
127 struct sym_hist histograms[0]; 127 struct sym_hist histograms[0];
128}; 128};