perf record: Introduce a symtab cache
[pandora-kernel.git] / tools / perf / util / symbol.h
index 9eabd60..f27e158 100644 (file)
@@ -8,6 +8,8 @@
 #include <linux/rbtree.h>
 #include "event.h"
 
+#define DEBUG_CACHE_DIR ".debug"
+
 #ifdef HAVE_CPLUS_DEMANGLE
 extern char *cplus_demangle(const char *, int);