perf tools: Support full source file paths for srcline
[linux-2.6-block.git] / tools / perf / util / util.h
index 81487037acf7b84fa1b4c96311198f08a8453dae..88a891562a47c010774d85b068fda72c0b31d871 100644 (file)
@@ -318,6 +318,7 @@ static inline int path__join3(char *bf, size_t size,
 struct dso;
 struct symbol;
 
+extern bool srcline_full_filename;
 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
                  bool show_sym);
 void free_srcline(char *srcline);