diff options
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 20d625a4cacf..88a891562a47 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h | |||
@@ -318,6 +318,7 @@ static inline int path__join3(char *bf, size_t size, | |||
318 | struct dso; | 318 | struct dso; |
319 | struct symbol; | 319 | struct symbol; |
320 | 320 | ||
321 | extern bool srcline_full_filename; | ||
321 | char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, | 322 | char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, |
322 | bool show_sym); | 323 | bool show_sym); |
323 | void free_srcline(char *srcline); | 324 | void free_srcline(char *srcline); |
@@ -351,4 +352,6 @@ static inline char *asprintf_expr_not_in_ints(const char *var, size_t nints, int | |||
351 | return asprintf_expr_inout_ints(var, false, nints, ints); | 352 | return asprintf_expr_inout_ints(var, false, nints, ints); |
352 | } | 353 | } |
353 | 354 | ||
355 | int get_stack_size(const char *str, unsigned long *_size); | ||
356 | |||
354 | #endif /* GIT_COMPAT_UTIL_H */ | 357 | #endif /* GIT_COMPAT_UTIL_H */ |