diff options
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r-- | tools/perf/util/annotate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index 09776b5af991..948aa8e6fd39 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h | |||
@@ -98,7 +98,7 @@ struct cyc_hist { | |||
98 | struct source_line_samples { | 98 | struct source_line_samples { |
99 | double percent; | 99 | double percent; |
100 | double percent_sum; | 100 | double percent_sum; |
101 | double nr; | 101 | u64 nr; |
102 | }; | 102 | }; |
103 | 103 | ||
104 | struct source_line { | 104 | struct source_line { |