diff options
Diffstat (limited to 'tools/perf/util/dso.h')
| -rw-r--r-- | tools/perf/util/dso.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/dso.h b/tools/perf/util/dso.h index 45ec4d0a50ed..0953280629cf 100644 --- a/tools/perf/util/dso.h +++ b/tools/perf/util/dso.h | |||
| @@ -162,6 +162,7 @@ struct dso { | |||
| 162 | u8 loaded; | 162 | u8 loaded; |
| 163 | u8 rel; | 163 | u8 rel; |
| 164 | u8 build_id[BUILD_ID_SIZE]; | 164 | u8 build_id[BUILD_ID_SIZE]; |
| 165 | u64 text_offset; | ||
| 165 | const char *short_name; | 166 | const char *short_name; |
| 166 | const char *long_name; | 167 | const char *long_name; |
| 167 | u16 long_name_len; | 168 | u16 long_name_len; |
| @@ -301,7 +302,7 @@ int __kmod_path__parse(struct kmod_path *m, const char *path, | |||
| 301 | * TODO | 302 | * TODO |
| 302 | */ | 303 | */ |
| 303 | int dso__data_get_fd(struct dso *dso, struct machine *machine); | 304 | int dso__data_get_fd(struct dso *dso, struct machine *machine); |
| 304 | void dso__data_put_fd(struct dso *dso __maybe_unused); | 305 | void dso__data_put_fd(struct dso *dso); |
| 305 | void dso__data_close(struct dso *dso); | 306 | void dso__data_close(struct dso *dso); |
| 306 | 307 | ||
| 307 | off_t dso__data_size(struct dso *dso, struct machine *machine); | 308 | off_t dso__data_size(struct dso *dso, struct machine *machine); |
