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 7142e5261266..384f2d97e38e 100644 --- a/tools/perf/util/dso.h +++ b/tools/perf/util/dso.h | |||
@@ -79,6 +79,7 @@ struct dso { | |||
79 | struct rb_root cache; | 79 | struct rb_root cache; |
80 | void *a2l; | 80 | void *a2l; |
81 | char *symsrc_filename; | 81 | char *symsrc_filename; |
82 | unsigned int a2l_fails; | ||
82 | enum dso_kernel_type kernel; | 83 | enum dso_kernel_type kernel; |
83 | enum dso_swap_type needs_swap; | 84 | enum dso_swap_type needs_swap; |
84 | enum dso_binary_type symtab_type; | 85 | enum dso_binary_type symtab_type; |