diff options
Diffstat (limited to 'tools/perf/util')
-rw-r--r-- | tools/perf/util/symbol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 0d1292bd8270..5ad9b06c3f6f 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -12,6 +12,7 @@ struct symbol { | |||
12 | __u64 obj_start; | 12 | __u64 obj_start; |
13 | __u64 hist_sum; | 13 | __u64 hist_sum; |
14 | __u64 *hist; | 14 | __u64 *hist; |
15 | void *priv; | ||
15 | char name[0]; | 16 | char name[0]; |
16 | }; | 17 | }; |
17 | 18 | ||