diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-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 1f3eed21f35d..fc4b1e630fd9 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -253,6 +253,7 @@ void symsrc__destroy(struct symsrc *ss); | |||
253 | int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, | 253 | int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, |
254 | enum dso_binary_type type); | 254 | enum dso_binary_type type); |
255 | bool symsrc__has_symtab(struct symsrc *ss); | 255 | bool symsrc__has_symtab(struct symsrc *ss); |
256 | bool symsrc__possibly_runtime(struct symsrc *ss); | ||
256 | 257 | ||
257 | #define DSO__SWAP(dso, type, val) \ | 258 | #define DSO__SWAP(dso, type, val) \ |
258 | ({ \ | 259 | ({ \ |