aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r--tools/perf/util/symbol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index 51c5a4a08133..5ad1019607dd 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -66,6 +66,7 @@ struct dso {
66 u8 has_build_id:1; 66 u8 has_build_id:1;
67 unsigned char origin; 67 unsigned char origin;
68 u8 build_id[BUILD_ID_SIZE]; 68 u8 build_id[BUILD_ID_SIZE];
69 u16 long_name_len;
69 const char *short_name; 70 const char *short_name;
70 char *long_name; 71 char *long_name;
71 char name[0]; 72 char name[0];