diff options
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r-- | tools/perf/util/annotate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index bb2e3f998983..68f851e6c685 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h | |||
@@ -82,6 +82,7 @@ struct source_line_percent { | |||
82 | struct source_line { | 82 | struct source_line { |
83 | struct rb_node node; | 83 | struct rb_node node; |
84 | char *path; | 84 | char *path; |
85 | int nr_pcnt; | ||
85 | struct source_line_percent p[1]; | 86 | struct source_line_percent p[1]; |
86 | }; | 87 | }; |
87 | 88 | ||