diff options
Diffstat (limited to 'tools/perf/util/dso.h')
-rw-r--r-- | tools/perf/util/dso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/dso.h b/tools/perf/util/dso.h index acb651acc7fd..3c9b391493f9 100644 --- a/tools/perf/util/dso.h +++ b/tools/perf/util/dso.h | |||
@@ -127,6 +127,7 @@ struct dso { | |||
127 | const char *long_name; | 127 | const char *long_name; |
128 | u16 long_name_len; | 128 | u16 long_name_len; |
129 | u16 short_name_len; | 129 | u16 short_name_len; |
130 | void *dwfl; /* DWARF debug info */ | ||
130 | 131 | ||
131 | /* dso data file */ | 132 | /* dso data file */ |
132 | struct { | 133 | struct { |